#6557D8

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

Shades of Slate Blue #6557D8

Tints of Slate Blue #6557D8

Color information

#6557D8 (or 0x6557D8) is unknown color: approx Slate Blue. HEX triplet: 65, 57 and D8. RGB value is (101,87,216). Sum of RGB (Red+Green+Blue) = 101+87+216=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #6557D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557D8 is #9AA827. Grayscale: #696969. Windows color (decimal): -10135592 or 14178149. OLE color: 14178149.

HSL color Cylindrical-coordinate representation of color #6557D8: hue angle of 246.51º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6557D8 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10187216-
CMYK0.530.6000.15
HSL246.51º62.32%59.41%-
HSV(B)246.51º59.72%84.71%-
XYZ21.1714.5466.66-
YUV105.89190.14124.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 21.53%
BLUE value IS 216 (84.77% from 255) = 53.47%
R=25%
G=21.53%
B=53.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101872160.530.6000.15246.5162.3259.41
Hex6557D8353C0Ff73e3b
Octal14512733065740173677673
Binary11001011010111110110001101011111000111111110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,87,216); }

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

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

 a { background-color: rgb(101,87,216); }

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

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

 span { border-color: rgb(101,87,216); }

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