#6851CC

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

Shades of Slate Blue #6851CC

Tints of Slate Blue #6851CC

Color information

#6851CC (or 0x6851CC) is unknown color: approx Slate Blue. HEX triplet: 68, 51 and CC. RGB value is (104,81,204). Sum of RGB (Red+Green+Blue) = 104+81+204=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #6851CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6851CC is #97AE33. Grayscale: #656565. Windows color (decimal): -9940532 or 13390184. OLE color: 13390184.

HSL color Cylindrical-coordinate representation of color #6851CC: hue angle of 251.22º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6851CC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10481204-
CMYK0.490.6000.2
HSL251.22º54.67%55.88%-
HSV(B)251.22º60.29%80%-
XYZ19.5513.1958.64-
YUV101.9185.62129.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=26.74%
G=20.82%
B=52.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal104812040.490.6000.2251.2254.6755.88
Hex6851CC313C014fb3738
Octal15012131461740243736770
Binary110100010100011100110011000111110001010011111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6851CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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