#6452C9

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

Shades of Slate Blue #6452C9

Tints of Slate Blue #6452C9

Color information

#6452C9 (or 0x6452C9) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and C9. RGB value is (100,82,201). Sum of RGB (Red+Green+Blue) = 100+82+201=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #6452C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452C9 is #9BAD36. Grayscale: #646464. Windows color (decimal): -10202423 or 13193828. OLE color: 13193828.

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

Color convert

RGB10082201-
CMYK0.500.5900.21
HSL249.08º52.42%55.49%-
HSV(B)249.08º59.2%78.82%-
XYZ18.8212.9656.77-
YUV100.95184.46127.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=26.11%
G=21.41%
B=52.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100822010.500.5900.21249.0852.4255.49
Hex6452C9323B015f93437
Octal14412231162730253716467
Binary110010010100101100100111001011101101010111111001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6452C9; }

 p { color: rgb(100,82,201); }

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

<style>
 a { background-color: #6452C9; }

 a { background-color: rgb(100,82,201); }

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

<style>
 span { border-color: #6452C9; }

 span { border-color: rgb(100,82,201); }

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