Html Css Color HEX #606ADC Slate Blue

📋 copy color: '#606ADC'

red 96 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #606ADC

Tints of Slate Blue #606ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 22.75%
G = 25.12%
B = 52.13%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#606ADC (or 0x606ADC) is known color: Slate Blue. HEX triplet: 60, 6A and DC. RGB value is (96,106,220). Sum of RGB (Red+Green+Blue) = 96+106+220=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #606ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADC is #9F9523. Grayscale: #737373. Windows color (decimal): -10458404 or 14445152. OLE color: 14445152.

HSL color Cylindrical-coordinate representation of color #606ADC: hue angle of 235.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606ADC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 106 220 -
CMYK 0.56 0.52 0 0.14
HSL 235.16º 0.64% 0.62% -
HSV(B) 235.16º 0.56% 0.86% -
XYZ 22.9 17.96 69.97 -
YUV 116.01 186.69 113.73 -
System Red Green Blue C M Y K H S L
Decimal 96 106 220 0.56 0.52 0 0.14 235.16 0.64 0.62
Hex 60 6A DC 38 34 0 E EB 40 3E
Octal 140 152 334 70 64 0 16 353 100 76
Binary 1100000 1101010 11011100 111000 110100 0 1110 11101011 1000000 111110

Color Harmonies of #606ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ADC

Black with #606ADC

Text Example


Text Example

White with #606ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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