#6559CA

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

Shades of Slate Blue #6559CA

Tints of Slate Blue #6559CA

Color information

#6559CA (or 0x6559CA) is unknown color: approx Slate Blue. HEX triplet: 65, 59 and CA. RGB value is (101,89,202). Sum of RGB (Red+Green+Blue) = 101+89+202=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #6559CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6559CA is #9AA635. Grayscale: #696969. Windows color (decimal): -10135094 or 13261157. OLE color: 13261157.

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

Color convert

RGB10189202-
CMYK0.500.5600.21
HSL246.37º51.6%57.06%-
HSV(B)246.37º55.94%79.22%-
XYZ19.614.1857.58-
YUV105.47182.48124.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.77%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 202 (79.30% from 255) = 51.53%
R=25.77%
G=22.70%
B=51.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101892020.500.5600.21246.3751.657.06
Hex6559CA3238015f63439
Octal14513131262700253666471
Binary110010110110011100101011001011100001010111110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6559CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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