#6860DB

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

Shades of Slate Blue #6860DB

Tints of Slate Blue #6860DB

Color information

#6860DB (or 0x6860DB) is unknown color: approx Slate Blue. HEX triplet: 68, 60 and DB. RGB value is (104,96,219). Sum of RGB (Red+Green+Blue) = 104+96+219=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6860DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860DB is #979F24. Grayscale: #6F6F6F. Windows color (decimal): -9936677 or 14377064. OLE color: 14377064.

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

Color convert

RGB10496219-
CMYK0.530.5600.14
HSL243.9º63.08%61.76%-
HSV(B)243.9º56.16%85.88%-
XYZ22.6816.4268.99-
YUV112.41188.15122-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 219 (85.94% from 255) = 52.27%
R=24.82%
G=22.91%
B=52.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104962190.530.5600.14243.963.0861.76
Hex6860DB35380Ef43f3e
Octal15014033365700163647776
Binary11010001100000110110111101011110000111011110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6860DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6860DB; }

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

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

<style>
 a { background-color: #6860DB; }

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

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

<style>
 span { border-color: #6860DB; }

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

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