#6276FF

Color #6276FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6276FF

Tints of Medium Slate Blue #6276FF

Color information

#6276FF (or 0x6276FF) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 76 and FF. RGB value is (98,118,255). Sum of RGB (Red+Green+Blue) = 98+118+255=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6276FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6276FF is #9D8900. Grayscale: #7F7F7F. Windows color (decimal): -10324225 or 16741986. OLE color: 16741986.

HSL color Cylindrical-coordinate representation of color #6276FF: hue angle of 232.36º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6276FF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98118255-
CMYK0.620.5400
HSL232.36º100%69.22%-
HSV(B)232.36º61.57%100%-
XYZ29.5722.7797.45-
YUV127.64199.87106.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 20.81%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 255 (100% from 255) = 54.14%
R=20.81%
G=25.05%
B=54.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal981182550.620.5400232.3610069.22
Hex6276FF3E3600e86445
Octal142166377766600350144105
Binary1100010111011011111111111110110110001110100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6276FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6276FF; }

 p { color: rgb(98,118,255); }

 H1.HeaderClassName
 {
   color: #6276FF;
 }
 .AnyTagClassName
 {
   color: #6276FF;
 }
</style>
background-color css

<style>
 a { background-color: #6276FF; }

 a { background-color: rgb(98,118,255); }

 div.DivClassName
 {
   background-color: #6276FF;
 }
 .BgClassName
 {
   background-color: #6276FF;
 }
</style>
border-color css

<style>
 span { border-color: #6276FF; }

 span { border-color: rgb(98,118,255); }

 td.TdClassName
 {
   border-color: #6276FF;
 }
 .TagClassName
 {
   border-color: #6276FF;
 }
</style>