#6866CC

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

Shades of Slate Blue #6866CC

Tints of Slate Blue #6866CC

Color information

#6866CC (or 0x6866CC) is unknown color: approx Slate Blue. HEX triplet: 68, 66 and CC. RGB value is (104,102,204). Sum of RGB (Red+Green+Blue) = 104+102+204=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6866CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866CC is #979933. Grayscale: #717171. Windows color (decimal): -9935156 or 13395560. OLE color: 13395560.

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

Color convert

RGB104102204-
CMYK0.490.500.2
HSL241.18º50%60%-
HSV(B)241.18º50%80%-
XYZ21.3616.8159.24-
YUV114.23178.66120.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=25.37%
G=24.88%
B=49.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1041022040.490.500.2241.185060
Hex6866CC3132014f1323c
Octal15014631461620243616274
Binary110100011001101100110011000111001001010011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6866CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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