#6372DB

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

Shades of Slate Blue #6372DB

Tints of Slate Blue #6372DB

Color information

#6372DB (or 0x6372DB) is unknown color: approx Slate Blue. HEX triplet: 63, 72 and DB. RGB value is (99,114,219). Sum of RGB (Red+Green+Blue) = 99+114+219=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #6372DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6372DB is #9C8D24. Grayscale: #797979. Windows color (decimal): -10259749 or 14381667. OLE color: 14381667.

HSL color Cylindrical-coordinate representation of color #6372DB: hue angle of 232.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6372DB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99114219-
CMYK0.550.4800.14
HSL232.5º62.5%62.35%-
HSV(B)232.5º54.79%85.88%-
XYZ23.9519.869.58-
YUV121.48183.03111.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 114 (44.92% from 255) = 26.39%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=22.92%
G=26.39%
B=50.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991142190.550.4800.14232.562.562.35
Hex6372DB37300Ee83e3e
Octal14316233367600163507676
Binary11000111110010110110111101111100000111011101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6372DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6372DB; }

 p { color: rgb(99,114,219); }

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

<style>
 a { background-color: #6372DB; }

 a { background-color: rgb(99,114,219); }

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

<style>
 span { border-color: #6372DB; }

 span { border-color: rgb(99,114,219); }

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