#6656CF

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

Shades of Slate Blue #6656CF

Tints of Slate Blue #6656CF

Color information

#6656CF (or 0x6656CF) is unknown color: approx Slate Blue. HEX triplet: 66, 56 and CF. RGB value is (102,86,207). Sum of RGB (Red+Green+Blue) = 102+86+207=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #6656CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656CF is #99A930. Grayscale: #686868. Windows color (decimal): -10070321 or 13588070. OLE color: 13588070.

HSL color Cylindrical-coordinate representation of color #6656CF: hue angle of 247.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6656CF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10286207-
CMYK0.510.5800.19
HSL247.93º55.76%57.45%-
HSV(B)247.93º58.45%81.18%-
XYZ20.0713.9960.67-
YUV104.58185.8126.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 207 (81.25% from 255) = 52.41%
R=25.82%
G=21.77%
B=52.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102862070.510.5800.19247.9355.7657.45
Hex6656CF333A013f83839
Octal14612631763720233707071
Binary110011010101101100111111001111101001001111111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6656CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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