Html Css Color HEX #606AD3 Slate Blue

📋 copy color: '#606AD3'

red 96 ◦ green 106 ◦ blue 211

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

Shades of Slate Blue #606AD3

Tints of Slate Blue #606AD3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 211 (82.81% from 255) = 51.09%

R = 23.24%
G = 25.67%
B = 51.09%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#606AD3 (or 0x606AD3) is known color: Slate Blue. HEX triplet: 60, 6A and D3. RGB value is (96,106,211). Sum of RGB (Red+Green+Blue) = 96+106+211=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #606AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AD3 is #9F952C. Grayscale: #727272. Windows color (decimal): -10458413 or 13855328. OLE color: 13855328.

HSL color Cylindrical-coordinate representation of color #606AD3: hue angle of 234.78º 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 #606AD3 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 106 211 -
CMYK 0.55 0.50 0 0.17
HSL 234.78º 0.57% 0.6% -
HSV(B) 234.78º 0.55% 0.83% -
XYZ 21.74 17.5 63.86 -
YUV 114.98 182.19 114.46 -
System Red Green Blue C M Y K H S L
Decimal 96 106 211 0.55 0.50 0 0.17 234.78 0.57 0.6
Hex 60 6A D3 37 32 0 11 EB 39 3C
Octal 140 152 323 67 62 0 21 353 71 74
Binary 1100000 1101010 11010011 110111 110010 0 10001 11101011 111001 111100

Color Harmonies of #606AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AD3

Black with #606AD3

Text Example


Text Example

White with #606AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,211); }

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

background-color css

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

 a { background-color: rgb(96,106,211); }

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

border-color css

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

 span { border-color: rgb(96,106,211); }

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