#606ADB

Color #606ADB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #606ADB

Tints of Slate Blue #606ADB

Color information

#606ADB (or 0x606ADB) is unknown color: approx 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

RGB96106219-
CMYK0.560.5200.14
HSL235.12º63.08%61.76%-
HSV(B)235.12º56.16%85.88%-
XYZ22.7617.9169.27-
YUV115.89186.19113.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 219 (85.94% from 255) = 52.02%
R=22.80%
G=25.18%
B=52.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961062190.560.5200.14235.1263.0861.76
Hex606ADB38340Eeb3f3e
Octal14015233370640163537776
Binary11000001101010110110111110001101000111011101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>