#6557C4

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

Shades of Slate Blue #6557C4

Tints of Slate Blue #6557C4

Color information

#6557C4 (or 0x6557C4) is unknown color: approx Slate Blue. HEX triplet: 65, 57 and C4. RGB value is (101,87,196). Sum of RGB (Red+Green+Blue) = 101+87+196=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #6557C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557C4 is #9AA83B. Grayscale: #676767. Windows color (decimal): -10135612 or 12867429. OLE color: 12867429.

HSL color Cylindrical-coordinate representation of color #6557C4: hue angle of 247.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6557C4 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10187196-
CMYK0.480.5600.23
HSL247.71º48.02%55.49%-
HSV(B)247.71º55.61%76.86%-
XYZ18.7413.5753.86-
YUV103.61180.14126.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=26.30%
G=22.66%
B=51.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal101871960.480.5600.23247.7148.0255.49
Hex6557C43038017f83037
Octal14512730460700273706067
Binary110010110101111100010011000011100001011111111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6557C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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