Html Css Color HEX #606BDB Slate Blue

📋 copy color: '#606BDB'

red 96 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #606BDB

Tints of Slate Blue #606BDB

RGB

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

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

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

R = 22.75%
G = 25.36%
B = 51.9%

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

#606BDB (or 0x606BDB) is known color: Slate Blue. HEX triplet: 60, 6B and DB. RGB value is (96,107,219). Sum of RGB (Red+Green+Blue) = 96+107+219=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #606BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BDB is #9F9424. Grayscale: #747474. Windows color (decimal): -10458149 or 14379872. OLE color: 14379872.

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

Color convert

RGB 96 107 219 -
CMYK 0.56 0.51 0 0.14
HSL 234.63º 0.63% 0.62% -
HSV(B) 234.63º 0.56% 0.86% -
XYZ 22.87 18.12 69.31 -
YUV 116.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 96 107 219 0.56 0.51 0 0.14 234.63 0.63 0.62
Hex 60 6B DB 38 33 0 E EB 3F 3E
Octal 140 153 333 70 63 0 16 353 77 76
Binary 1100000 1101011 11011011 111000 110011 0 1110 11101011 111111 111110

Color Harmonies of #606BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BDB

Black with #606BDB

Text Example


Text Example

White with #606BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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