Html Css Color HEX #606CDB Slate Blue

📋 copy color: '#606CDB'

red 96 ◦ green 108 ◦ blue 219

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

Shades of Slate Blue #606CDB

Tints of Slate Blue #606CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.53%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 22.7%
G = 25.53%
B = 51.77%

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

#606CDB (or 0x606CDB) is known color: Slate Blue. HEX triplet: 60, 6C and DB. RGB value is (96,108,219). Sum of RGB (Red+Green+Blue) = 96+108+219=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #606CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CDB is #9F9324. Grayscale: #747474. Windows color (decimal): -10457893 or 14380128. OLE color: 14380128.

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

Color convert

RGB 96 108 219 -
CMYK 0.56 0.51 0 0.14
HSL 234.15º 0.63% 0.62% -
HSV(B) 234.15º 0.56% 0.86% -
XYZ 22.97 18.33 69.34 -
YUV 117.07 185.52 112.97 -
System Red Green Blue C M Y K H S L
Decimal 96 108 219 0.56 0.51 0 0.14 234.15 0.63 0.62
Hex 60 6C DB 38 33 0 E EA 3F 3E
Octal 140 154 333 70 63 0 16 352 77 76
Binary 1100000 1101100 11011011 111000 110011 0 1110 11101010 111111 111110

Color Harmonies of #606CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CDB

Black with #606CDB

Text Example


Text Example

White with #606CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,219); }

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

background-color css

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

 a { background-color: rgb(96,108,219); }

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

border-color css

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

 span { border-color: rgb(96,108,219); }

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