#6452D8

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

Shades of Slate Blue #6452D8

Tints of Slate Blue #6452D8

Color information

#6452D8 (or 0x6452D8) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and D8. RGB value is (100,82,216). Sum of RGB (Red+Green+Blue) = 100+82+216=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #6452D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452D8 is #9BAD27. Grayscale: #666666. Windows color (decimal): -10202408 or 14176868. OLE color: 14176868.

HSL color Cylindrical-coordinate representation of color #6452D8: hue angle of 248.06º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6452D8 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10082216-
CMYK0.540.6200.15
HSL248.06º63.21%58.43%-
HSV(B)248.06º62.04%84.71%-
XYZ20.6713.766.52-
YUV102.66191.96126.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 216 (84.77% from 255) = 54.27%
R=25.13%
G=20.60%
B=54.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100822160.540.6200.15248.0663.2158.43
Hex6452D8363E0Ff83f3a
Octal14412233066760173707772
Binary11001001010010110110001101101111100111111111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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