Html Css Color HEX #606ADB Slate Blue

📋 copy color: '#606ADB'

red 96 ◦ green 106 ◦ blue 219

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

Shades of Slate Blue #606ADB

Tints of Slate Blue #606ADB

RGB

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

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

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

R = 22.8%
G = 25.18%
B = 52.02%

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

#606ADB (or 0x606ADB) is known color: Slate Blue. HEX triplet: 60, 6A and DB. RGB value is (96,106,219). Sum of RGB (Red+Green+Blue) = 96+106+219=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #606ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ADB is #9F9524. Grayscale: #737373. Windows color (decimal): -10458405 or 14379616. OLE color: 14379616.

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

Color convert

RGB 96 106 219 -
CMYK 0.56 0.52 0 0.14
HSL 235.12º 0.63% 0.62% -
HSV(B) 235.12º 0.56% 0.86% -
XYZ 22.76 17.91 69.27 -
YUV 115.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 96 106 219 0.56 0.52 0 0.14 235.12 0.63 0.62
Hex 60 6A DB 38 34 0 E EB 3F 3E
Octal 140 152 333 70 64 0 16 353 77 76
Binary 1100000 1101010 11011011 111000 110100 0 1110 11101011 111111 111110

Color Harmonies of #606ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ADB

Black with #606ADB

Text Example


Text Example

White with #606ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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