#6452db

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

Shades of Slate Blue #6452DB

Tints of Slate Blue #6452DB

Color information

#6452DB (or 0x6452DB) is unknown color: approx Slate Blue. HEX triplet: 64, 52 and DB. RGB value is (100,82,219). Sum of RGB (Red+Green+Blue) = 100+82+219=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6452DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452DB is #9BAD24. Grayscale: #666666. Windows color (decimal): -10202405 or 14373476. OLE color: 14373476.

HSL color Cylindrical-coordinate representation of color #6452DB: hue angle of 247.88º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6452DB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10082219-
CMYK0.540.6300.14
HSL247.88º65.55%59.02%-
HSV(B)247.88º62.56%85.88%-
XYZ21.0613.8668.58-
YUV103193.46125.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 219 (85.94% from 255) = 54.61%
R=24.94%
G=20.45%
B=54.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100822190.540.6300.14247.8865.5559.02
Hex6452DB363F0Ef8423b
Octal144122333667701637010273
Binary110010010100101101101111011011111101110111110001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6452db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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