#6556C1

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

Shades of Slate Blue #6556C1

Tints of Slate Blue #6556C1

Color information

#6556C1 (or 0x6556C1) is unknown color: approx Slate Blue. HEX triplet: 65, 56 and C1. RGB value is (101,86,193). Sum of RGB (Red+Green+Blue) = 101+86+193=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #6556C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556C1 is #9AA93E. Grayscale: #666666. Windows color (decimal): -10135871 or 12670565. OLE color: 12670565.

HSL color Cylindrical-coordinate representation of color #6556C1: hue angle of 248.41º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6556C1 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10186193-
CMYK0.480.5500.24
HSL248.41º46.32%54.71%-
HSV(B)248.41º55.44%75.69%-
XYZ18.3213.2752.05-
YUV102.68178.97126.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=26.58%
G=22.63%
B=50.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101861930.480.5500.24248.4146.3254.71
Hex6556C13037018f82e37
Octal14512630160670303705667
Binary110010110101101100000111000011011101100011111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6556C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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