#6163DB

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

Shades of Slate Blue #6163DB

Tints of Slate Blue #6163DB

Color information

#6163DB (or 0x6163DB) is unknown color: approx Slate Blue. HEX triplet: 61, 63 and DB. RGB value is (97,99,219). Sum of RGB (Red+Green+Blue) = 97+99+219=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #6163DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163DB is #9E9C24. Grayscale: #6F6F6F. Windows color (decimal): -10394661 or 14377825. OLE color: 14377825.

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

Color convert

RGB9799219-
CMYK0.560.5500.14
HSL239.02º62.89%61.96%-
HSV(B)239.02º55.71%85.88%-
XYZ22.1816.5869.05-
YUV112.08188.34117.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 219 (85.94% from 255) = 52.77%
R=23.37%
G=23.86%
B=52.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97992190.560.5500.14239.0262.8961.96
Hex6163DB38370Eef3f3e
Octal14114333370670163577776
Binary11000011100011110110111110001101110111011101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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