#6557CD

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

Shades of Slate Blue #6557CD

Tints of Slate Blue #6557CD

Color information

#6557CD (or 0x6557CD) is unknown color: approx Slate Blue. HEX triplet: 65, 57 and CD. RGB value is (101,87,205). Sum of RGB (Red+Green+Blue) = 101+87+205=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #6557CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557CD is #9AA832. Grayscale: #686868. Windows color (decimal): -10135603 or 13457253. OLE color: 13457253.

HSL color Cylindrical-coordinate representation of color #6557CD: hue angle of 247.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6557CD is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10187205-
CMYK0.510.5800.20
HSL247.12º54.13%57.25%-
HSV(B)247.12º57.56%80.39%-
XYZ19.7913.9959.41-
YUV104.64184.64125.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=25.70%
G=22.14%
B=52.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101872050.510.5800.20247.1254.1357.25
Hex6557CD333A014f73639
Octal14512731563720243676671
Binary110010110101111100110111001111101001010011110111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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