#6556DB

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

Shades of Slate Blue #6556DB

Tints of Slate Blue #6556DB

Color information

#6556DB (or 0x6556DB) is unknown color: approx Slate Blue. HEX triplet: 65, 56 and DB. RGB value is (101,86,219). Sum of RGB (Red+Green+Blue) = 101+86+219=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6556DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556DB is #9AA924. Grayscale: #696969. Windows color (decimal): -10135845 or 14374501. OLE color: 14374501.

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

Color convert

RGB10186219-
CMYK0.540.6100.14
HSL246.77º64.88%59.8%-
HSV(B)246.77º60.73%85.88%-
XYZ21.4814.5468.69-
YUV105.65191.97124.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 219 (85.94% from 255) = 53.94%
R=24.88%
G=21.18%
B=53.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101862190.540.6100.14246.7764.8859.8
Hex6556DB363D0Ef7413c
Octal145126333667501636710174
Binary110010110101101101101111011011110101110111101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6556DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,86,219); }

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

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

 a { background-color: rgb(101,86,219); }

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

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

 span { border-color: rgb(101,86,219); }

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