#6856CC

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

Shades of Slate Blue #6856CC

Tints of Slate Blue #6856CC

Color information

#6856CC (or 0x6856CC) is unknown color: approx Slate Blue. HEX triplet: 68, 56 and CC. RGB value is (104,86,204). Sum of RGB (Red+Green+Blue) = 104+86+204=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #6856CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856CC is #97A933. Grayscale: #686868. Windows color (decimal): -9939252 or 13391464. OLE color: 13391464.

HSL color Cylindrical-coordinate representation of color #6856CC: hue angle of 249.15º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6856CC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10486204-
CMYK0.490.5800.2
HSL249.15º53.64%56.86%-
HSV(B)249.15º57.84%80%-
XYZ19.9413.9658.77-
YUV104.83183.96127.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=26.40%
G=21.83%
B=51.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104862040.490.5800.2249.1553.6456.86
Hex6856CC313A014f93639
Octal15012631461720243716671
Binary110100010101101100110011000111101001010011111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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