#606AD8

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

Shades of Slate Blue #606AD8

Tints of Slate Blue #606AD8

Color information

#606AD8 (or 0x606AD8) is unknown color: approx Slate Blue. HEX triplet: 60, 6A and D8. RGB value is (96,106,216). Sum of RGB (Red+Green+Blue) = 96+106+216=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #606AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AD8 is #9F9527. Grayscale: #737373. Windows color (decimal): -10458408 or 14183008. OLE color: 14183008.

HSL color Cylindrical-coordinate representation of color #606AD8: hue angle of 235º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606AD8 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96106216-
CMYK0.560.5100.15
HSL235º60.61%61.18%-
HSV(B)235º55.56%84.71%-
XYZ22.3717.7567.21-
YUV115.55184.69114.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 216 (84.77% from 255) = 51.67%
R=22.97%
G=25.36%
B=51.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961062160.560.5100.1523560.6161.18
Hex606AD838330Feb3d3d
Octal14015233070630173537575
Binary11000001101010110110001110001100110111111101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606AD8;
 }
 .AnyTagClassName
 {
   color: #606AD8;
 }
</style>
background-color css

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

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

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

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

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

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