#6455C0

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

Shades of Slate Blue #6455C0

Tints of Slate Blue #6455C0

Color information

#6455C0 (or 0x6455C0) is unknown color: approx Slate Blue. HEX triplet: 64, 55 and C0. RGB value is (100,85,192). Sum of RGB (Red+Green+Blue) = 100+85+192=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #6455C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455C0 is #9BAA3F. Grayscale: #656565. Windows color (decimal): -10201664 or 12604772. OLE color: 12604772.

HSL color Cylindrical-coordinate representation of color #6455C0: hue angle of 248.41º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6455C0 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10085192-
CMYK0.480.5600.25
HSL248.41º45.92%54.31%-
HSV(B)248.41º55.73%75.29%-
XYZ18.0213.0151.43-
YUV101.68178.97126.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 192 (75.39% from 255) = 50.93%
R=26.53%
G=22.55%
B=50.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100851920.480.5600.25248.4145.9254.31
Hex6455C03038019f82e36
Octal14412530060700313705666
Binary110010010101011100000011000011100001100111111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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