Html Css Color HEX #606ED9 Slate Blue

📋 copy color: '#606ED9'

red 96 ◦ green 110 ◦ blue 217

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

Shades of Slate Blue #606ED9

Tints of Slate Blue #606ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

 BLUE value IS 217 (85.16% from 255) = 51.3%

R = 22.7%
G = 26%
B = 51.3%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#606ED9 (or 0x606ED9) is known color: Slate Blue. HEX triplet: 60, 6E and D9. RGB value is (96,110,217). Sum of RGB (Red+Green+Blue) = 96+110+217=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 217 (85.16% from 255 or 51.30% from 423); Max value from RGB is 217 - color contains mainly: blue. Hex color #606ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ED9 is #9F9126. Grayscale: #757575. Windows color (decimal): -10457383 or 14249568. OLE color: 14249568.

HSL color Cylindrical-coordinate representation of color #606ED9: hue angle of 233.06º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606ED9 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 110 217 -
CMYK 0.56 0.49 0 0.15
HSL 233.06º 0.61% 0.61% -
HSV(B) 233.06º 0.56% 0.85% -
XYZ 22.92 18.65 68.04 -
YUV 118.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 96 110 217 0.56 0.49 0 0.15 233.06 0.61 0.61
Hex 60 6E D9 38 31 0 F E9 3D 3D
Octal 140 156 331 70 61 0 17 351 75 75
Binary 1100000 1101110 11011001 111000 110001 0 1111 11101001 111101 111101

Color Harmonies of #606ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ED9

Black with #606ED9

Text Example


Text Example

White with #606ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,217); }

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

background-color css

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

 a { background-color: rgb(96,110,217); }

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

border-color css

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

 span { border-color: rgb(96,110,217); }

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