#6856CF

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

Shades of Slate Blue #6856CF

Tints of Slate Blue #6856CF

Color information

#6856CF (or 0x6856CF) is unknown color: approx Slate Blue. HEX triplet: 68, 56 and CF. RGB value is (104,86,207). Sum of RGB (Red+Green+Blue) = 104+86+207=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #6856CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856CF is #97A930. Grayscale: #686868. Windows color (decimal): -9939249 or 13588072. OLE color: 13588072.

HSL color Cylindrical-coordinate representation of color #6856CF: hue angle of 248.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6856CF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10486207-
CMYK0.500.5800.19
HSL248.93º55.76%57.45%-
HSV(B)248.93º58.45%81.18%-
XYZ20.314.160.68-
YUV105.18185.46127.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 86 (33.98% from 255) = 21.66%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=26.20%
G=21.66%
B=52.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104862070.500.5800.19248.9355.7657.45
Hex6856CF323A013f93839
Octal15012631762720233717071
Binary110100010101101100111111001011101001001111111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6856CF; }

 p { color: rgb(104,86,207); }

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

<style>
 a { background-color: #6856CF; }

 a { background-color: rgb(104,86,207); }

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

<style>
 span { border-color: #6856CF; }

 span { border-color: rgb(104,86,207); }

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