Html Css Color HEX #606BDC Slate Blue

📋 copy color: '#606BDC'

red 96 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #606BDC

Tints of Slate Blue #606BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

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

R = 22.7%
G = 25.3%
B = 52.01%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#606BDC (or 0x606BDC) is known color: Slate Blue. HEX triplet: 60, 6B and DC. RGB value is (96,107,220). Sum of RGB (Red+Green+Blue) = 96+107+220=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #606BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BDC is #9F9423. Grayscale: #747474. Windows color (decimal): -10458148 or 14445408. OLE color: 14445408.

HSL color Cylindrical-coordinate representation of color #606BDC: hue angle of 234.68º 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 #606BDC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 107 220 -
CMYK 0.56 0.51 0 0.14
HSL 234.68º 0.64% 0.62% -
HSV(B) 234.68º 0.56% 0.86% -
XYZ 23 18.17 70.01 -
YUV 116.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 96 107 220 0.56 0.51 0 0.14 234.68 0.64 0.62
Hex 60 6B DC 38 33 0 E EB 40 3E
Octal 140 153 334 70 63 0 16 353 100 76
Binary 1100000 1101011 11011100 111000 110011 0 1110 11101011 1000000 111110

Color Harmonies of #606BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BDC

Black with #606BDC

Text Example


Text Example

White with #606BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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