Html Css Color HEX #606ADD Slate Blue

📋 copy color: '#606ADD'

red 96 ◦ green 106 ◦ blue 221

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

Shades of Slate Blue #606ADD

Tints of Slate Blue #606ADD

RGB

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

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

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

R = 22.7%
G = 25.06%
B = 52.25%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#606ADD (or 0x606ADD) is known color: Slate Blue. HEX triplet: 60, 6A and DD. RGB value is (96,106,221). Sum of RGB (Red+Green+Blue) = 96+106+221=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #606ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADD is #9F9522. Grayscale: #737373. Windows color (decimal): -10458403 or 14510688. OLE color: 14510688.

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

Color convert

RGB 96 106 221 -
CMYK 0.57 0.52 0 0.13
HSL 235.2º 0.65% 0.62% -
HSV(B) 235.2º 0.57% 0.87% -
XYZ 23.03 18.02 70.67 -
YUV 116.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 96 106 221 0.57 0.52 0 0.13 235.2 0.65 0.62
Hex 60 6A DD 39 34 0 D EB 41 3E
Octal 140 152 335 71 64 0 15 353 101 76
Binary 1100000 1101010 11011101 111001 110100 0 1101 11101011 1000001 111110

Color Harmonies of #606ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ADD

Black with #606ADD

Text Example


Text Example

White with #606ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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