Html Css Color HEX #606DD4 Slate Blue

📋 copy color: '#606DD4'

red 96 ◦ green 109 ◦ blue 212

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

Shades of Slate Blue #606DD4

Tints of Slate Blue #606DD4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 212 (83.2% from 255) = 50.84%

R = 23.02%
G = 26.14%
B = 50.84%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#606DD4 (or 0x606DD4) is known color: Slate Blue. HEX triplet: 60, 6D and D4. RGB value is (96,109,212). Sum of RGB (Red+Green+Blue) = 96+109+212=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #606DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DD4 is #9F922B. Grayscale: #747474. Windows color (decimal): -10457644 or 13921632. OLE color: 13921632.

HSL color Cylindrical-coordinate representation of color #606DD4: hue angle of 233.28º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606DD4 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 109 212 -
CMYK 0.55 0.49 0 0.17
HSL 233.28º 0.57% 0.6% -
HSV(B) 233.28º 0.55% 0.83% -
XYZ 22.18 18.18 64.63 -
YUV 116.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 96 109 212 0.55 0.49 0 0.17 233.28 0.57 0.6
Hex 60 6D D4 37 31 0 11 E9 39 3C
Octal 140 155 324 67 61 0 21 351 71 74
Binary 1100000 1101101 11010100 110111 110001 0 10001 11101001 111001 111100

Color Harmonies of #606DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DD4

Black with #606DD4

Text Example


Text Example

White with #606DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,212); }

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

background-color css

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

 a { background-color: rgb(96,109,212); }

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

border-color css

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

 span { border-color: rgb(96,109,212); }

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