#6656BF

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

Shades of Slate Blue #6656BF

Tints of Slate Blue #6656BF

Color information

#6656BF (or 0x6656BF) is unknown color: approx Slate Blue. HEX triplet: 66, 56 and BF. RGB value is (102,86,191). Sum of RGB (Red+Green+Blue) = 102+86+191=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #6656BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656BF is #99A940. Grayscale: #666666. Windows color (decimal): -10070337 or 12539494. OLE color: 12539494.

HSL color Cylindrical-coordinate representation of color #6656BF: hue angle of 249.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6656BF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10286191-
CMYK0.470.5500.25
HSL249.14º45.06%54.31%-
HSV(B)249.14º54.97%74.9%-
XYZ18.2113.2450.89-
YUV102.75177.8127.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 191 (75% from 255) = 50.40%
R=26.91%
G=22.69%
B=50.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102861910.470.5500.25249.1445.0654.31
Hex6656BF2F37019f92d36
Octal14612627757670313715566
Binary110011010101101011111110111111011101100111111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6656BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6656BF; }

 p { color: rgb(102,86,191); }

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

<style>
 a { background-color: #6656BF; }

 a { background-color: rgb(102,86,191); }

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

<style>
 span { border-color: #6656BF; }

 span { border-color: rgb(102,86,191); }

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