#6559CC

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

Shades of Slate Blue #6559CC

Tints of Slate Blue #6559CC

Color information

#6559CC (or 0x6559CC) is unknown color: approx Slate Blue. HEX triplet: 65, 59 and CC. RGB value is (101,89,204). Sum of RGB (Red+Green+Blue) = 101+89+204=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #6559CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559CC is #9AA633. Grayscale: #696969. Windows color (decimal): -10135092 or 13392229. OLE color: 13392229.

HSL color Cylindrical-coordinate representation of color #6559CC: hue angle of 246.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6559CC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10189204-
CMYK0.500.5600.2
HSL246.26º53%57.45%-
HSV(B)246.26º56.37%80%-
XYZ19.8414.2758.84-
YUV105.7183.48124.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=25.63%
G=22.59%
B=51.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101892040.500.5600.2246.265357.45
Hex6559CC3238014f63539
Octal14513131462700243666571
Binary110010110110011100110011001011100001010011110110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,89,204); }

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

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

 a { background-color: rgb(101,89,204); }

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

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

 span { border-color: rgb(101,89,204); }

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