#6455CA

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

Shades of Slate Blue #6455CA

Tints of Slate Blue #6455CA

Color information

#6455CA (or 0x6455CA) is unknown color: approx Slate Blue. HEX triplet: 64, 55 and CA. RGB value is (100,85,202). Sum of RGB (Red+Green+Blue) = 100+85+202=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6455CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455CA is #9BAA35. Grayscale: #666666. Windows color (decimal): -10201654 or 13260132. OLE color: 13260132.

HSL color Cylindrical-coordinate representation of color #6455CA: hue angle of 247.69º 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 #6455CA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10085202-
CMYK0.500.5800.21
HSL247.69º52.47%56.27%-
HSV(B)247.69º57.92%79.22%-
XYZ19.1613.4757.47-
YUV102.82183.97125.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=25.84%
G=21.96%
B=52.20%

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
Decimal100852020.500.5800.21247.6952.4756.27
Hex6455CA323A015f83438
Octal14412531262720253706470
Binary110010010101011100101011001011101001010111111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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