#6856DC

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

Shades of Slate Blue #6856DC

Tints of Slate Blue #6856DC

Color information

#6856DC (or 0x6856DC) is unknown color: approx Slate Blue. HEX triplet: 68, 56 and DC. RGB value is (104,86,220). Sum of RGB (Red+Green+Blue) = 104+86+220=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #6856DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DC is #97A923. Grayscale: #6A6A6A. Windows color (decimal): -9939236 or 14440040. OLE color: 14440040.

HSL color Cylindrical-coordinate representation of color #6856DC: hue angle of 248.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6856DC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10486220-
CMYK0.530.6100.14
HSL248.06º65.69%60%-
HSV(B)248.06º60.91%86.27%-
XYZ21.9514.7769.4-
YUV106.66191.96126.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=25.37%
G=20.98%
B=53.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104862200.530.6100.14248.0665.6960
Hex6856DC353D0Ef8423c
Octal150126334657501637010274
Binary110100010101101101110011010111110101110111110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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