#606CEA

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

Shades of Medium Slate Blue #606CEA

Tints of Medium Slate Blue #606CEA

Color information

#606CEA (or 0x606CEA) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6C and EA. RGB value is (96,108,234). Sum of RGB (Red+Green+Blue) = 96+108+234=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #606CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CEA is #9F9315. Grayscale: #767676. Windows color (decimal): -10457878 or 15363168. OLE color: 15363168.

HSL color Cylindrical-coordinate representation of color #606CEA: hue angle of 234.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #606CEA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96108234-
CMYK0.590.5400.08
HSL234.78º76.67%64.71%-
HSV(B)234.78º58.97%91.76%-
XYZ25.0419.1580.22-
YUV118.78193.02111.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 234 (91.80% from 255) = 53.42%
R=21.92%
G=24.66%
B=53.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961082340.590.5400.08234.7876.6764.71
Hex606CEA3B3608eb4d41
Octal1401543527366010353115101
Binary1100000110110011101010111011110110010001110101110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606CEA; }

 p { color: rgb(96,108,234); }

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

<style>
 a { background-color: #606CEA; }

 a { background-color: rgb(96,108,234); }

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

<style>
 span { border-color: #606CEA; }

 span { border-color: rgb(96,108,234); }

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