#6155C6

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

Shades of Slate Blue #6155C6

Tints of Slate Blue #6155C6

Color information

#6155C6 (or 0x6155C6) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and C6. RGB value is (97,85,198). Sum of RGB (Red+Green+Blue) = 97+85+198=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #6155C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155C6 is #9EAA39. Grayscale: #656565. Windows color (decimal): -10398266 or 12997985. OLE color: 12997985.

HSL color Cylindrical-coordinate representation of color #6155C6: hue angle of 246.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6155C6 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9785198-
CMYK0.510.5700.22
HSL246.37º49.78%55.49%-
HSV(B)246.37º57.07%77.65%-
XYZ18.3713.1254.99-
YUV101.47182.48124.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=25.53%
G=22.37%
B=52.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal97851980.510.5700.22246.3749.7855.49
Hex6155C63339016f63237
Octal14112530663710263666267
Binary110000110101011100011011001111100101011011110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6155C6; }

 p { color: rgb(97,85,198); }

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

<style>
 a { background-color: #6155C6; }

 a { background-color: rgb(97,85,198); }

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

<style>
 span { border-color: #6155C6; }

 span { border-color: rgb(97,85,198); }

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