#6452d2

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

Shades of Slate Blue #6452D2

Tints of Slate Blue #6452D2

Color information

#6452D2 (or 0x6452D2) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and D2. RGB value is (100,82,210). Sum of RGB (Red+Green+Blue) = 100+82+210=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #6452D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452D2 is #9BAD2D. Grayscale: #656565. Windows color (decimal): -10202414 or 13783652. OLE color: 13783652.

HSL color Cylindrical-coordinate representation of color #6452D2: hue angle of 248.44º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6452D2 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10082210-
CMYK0.520.6100.18
HSL248.44º58.72%57.25%-
HSV(B)248.44º60.95%82.35%-
XYZ19.9113.462.51-
YUV101.97188.96126.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 210 (82.42% from 255) = 53.57%
R=25.51%
G=20.92%
B=53.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100822100.520.6100.18248.4458.7257.25
Hex6452D2343D012f83b39
Octal14412232264750223707371
Binary110010010100101101001011010011110101001011111000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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