#6555CA

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

Shades of Slate Blue #6555CA

Tints of Slate Blue #6555CA

Color information

#6555CA (or 0x6555CA) is unknown color: approx Slate Blue. HEX triplet: 65, 55 and CA. RGB value is (101,85,202). Sum of RGB (Red+Green+Blue) = 101+85+202=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6555CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555CA is #9AAA35. Grayscale: #666666. Windows color (decimal): -10136118 or 13260133. OLE color: 13260133.

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

Color convert

RGB10185202-
CMYK0.500.5800.21
HSL248.21º52.47%56.27%-
HSV(B)248.21º57.92%79.22%-
XYZ19.2813.5357.47-
YUV103.12183.8126.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=26.03%
G=21.91%
B=52.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101852020.500.5800.21248.2152.4756.27
Hex6555CA323A015f83438
Octal14512531262720253706470
Binary110010110101011100101011001011101001010111111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6555CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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