#6452C0

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

Shades of Slate Blue #6452C0

Tints of Slate Blue #6452C0

Color information

#6452C0 (or 0x6452C0) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and C0. RGB value is (100,82,192). Sum of RGB (Red+Green+Blue) = 100+82+192=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #6452C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452C0 is #9BAD3F. Grayscale: #636363. Windows color (decimal): -10202432 or 12604004. OLE color: 12604004.

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

Color convert

RGB10082192-
CMYK0.480.5700.25
HSL249.82º46.61%53.73%-
HSV(B)249.82º57.29%75.29%-
XYZ17.7912.5551.35-
YUV99.92179.96128.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=26.74%
G=21.93%
B=51.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100821920.480.5700.25249.8246.6153.73
Hex6452C03039019fa2f36
Octal14412230060710313725766
Binary110010010100101100000011000011100101100111111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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