#6453C0

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

Shades of Slate Blue #6453C0

Tints of Slate Blue #6453C0

Color information

#6453C0 (or 0x6453C0) is unknown color: approx Slate Blue. HEX triplet: 64, 53 and C0. RGB value is (100,83,192). Sum of RGB (Red+Green+Blue) = 100+83+192=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #6453C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453C0 is #9BAC3F. Grayscale: #646464. Windows color (decimal): -10202176 or 12604260. OLE color: 12604260.

HSL color Cylindrical-coordinate representation of color #6453C0: hue angle of 249.36º degrees, saturation: 0.46, 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 #6453C0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10083192-
CMYK0.480.5700.25
HSL249.36º46.38%53.92%-
HSV(B)249.36º56.77%75.29%-
XYZ17.8612.751.38-
YUV100.51179.63127.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=26.67%
G=22.13%
B=51.2%

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
Decimal100831920.480.5700.25249.3646.3853.92
Hex6453C03039019f92e36
Octal14412330060710313715666
Binary110010010100111100000011000011100101100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6453C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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