Html Css Color HEX #606CDE Slate Blue

📋 copy color: '#606CDE'

red 96 ◦ green 108 ◦ blue 222

#606CDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #606CDE

Tints of Slate Blue #606CDE

RGB

 RED value IS 96 (37.89% from 255) = 22.54%

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 22.54%
G = 25.35%
B = 52.11%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#606CDE (or 0x606CDE) is known color: Slate Blue. HEX triplet: 60, 6C and DE. RGB value is (96,108,222). Sum of RGB (Red+Green+Blue) = 96+108+222=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #606CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDE is #9F9321. Grayscale: #747474. Windows color (decimal): -10457890 or 14576736. OLE color: 14576736.

HSL color Cylindrical-coordinate representation of color #606CDE: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606CDE is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 108 222 -
CMYK 0.57 0.51 0 0.13
HSL 234.29º 0.66% 0.62% -
HSV(B) 234.29º 0.57% 0.87% -
XYZ 23.37 18.49 71.44 -
YUV 117.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 96 108 222 0.57 0.51 0 0.13 234.29 0.66 0.62
Hex 60 6C DE 39 33 0 D EA 42 3E
Octal 140 154 336 71 63 0 15 352 102 76
Binary 1100000 1101100 11011110 111001 110011 0 1101 11101010 1000010 111110

Color Harmonies of #606CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CDE

Black with #606CDE

Text Example


Text Example

White with #606CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #606CDE;
 }
 .AnyTagClassName
 {
   color: #606CDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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