Html Css Color HEX #606CDD Slate Blue

📋 copy color: '#606CDD'

red 96 ◦ green 108 ◦ blue 221

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

Shades of Slate Blue #606CDD

Tints of Slate Blue #606CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 22.59%
G = 25.41%
B = 52%

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

#606CDD (or 0x606CDD) is known color: Slate Blue. HEX triplet: 60, 6C and DD. RGB value is (96,108,221). Sum of RGB (Red+Green+Blue) = 96+108+221=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #606CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDD is #9F9322. Grayscale: #747474. Windows color (decimal): -10457891 or 14511200. OLE color: 14511200.

HSL color Cylindrical-coordinate representation of color #606CDD: hue angle of 234.24º degrees, saturation: 0.65, 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 #606CDD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 108 221 -
CMYK 0.57 0.51 0 0.13
HSL 234.24º 0.65% 0.62% -
HSV(B) 234.24º 0.57% 0.87% -
XYZ 23.24 18.43 70.74 -
YUV 117.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 96 108 221 0.57 0.51 0 0.13 234.24 0.65 0.62
Hex 60 6C DD 39 33 0 D EA 41 3E
Octal 140 154 335 71 63 0 15 352 101 76
Binary 1100000 1101100 11011101 111001 110011 0 1101 11101010 1000001 111110

Color Harmonies of #606CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CDD

Black with #606CDD

Text Example


Text Example

White with #606CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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