#606BDA

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

Shades of Slate Blue #606BDA

Tints of Slate Blue #606BDA

Color information

#606BDA (or 0x606BDA) is unknown color: approx Slate Blue. HEX triplet: 60, 6B and DA. RGB value is (96,107,218). Sum of RGB (Red+Green+Blue) = 96+107+218=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #606BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BDA is #9F9425. Grayscale: #737373. Windows color (decimal): -10458150 or 14314336. OLE color: 14314336.

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

Color convert

RGB96107218-
CMYK0.560.5100.15
HSL234.59º62.24%61.57%-
HSV(B)234.59º55.96%85.49%-
XYZ22.7418.0668.62-
YUV116.36185.36113.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.80%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 218 (85.55% from 255) = 51.78%
R=22.80%
G=25.42%
B=51.78%

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
Decimal961072180.560.5100.15234.5962.2461.57
Hex606BDA38330Feb3e3e
Octal14015333270630173537676
Binary11000001101011110110101110001100110111111101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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