#6155C0

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

Shades of Slate Blue #6155C0

Tints of Slate Blue #6155C0

Color information

#6155C0 (or 0x6155C0) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and C0. RGB value is (97,85,192). Sum of RGB (Red+Green+Blue) = 97+85+192=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #6155C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155C0 is #9EAA3F. Grayscale: #646464. Windows color (decimal): -10398272 or 12604769. OLE color: 12604769.

HSL color Cylindrical-coordinate representation of color #6155C0: hue angle of 246.73º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6155C0 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9785192-
CMYK0.490.5600.25
HSL246.73º45.92%54.31%-
HSV(B)246.73º55.73%75.29%-
XYZ17.6912.8451.42-
YUV100.79179.48125.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 192 (75.39% from 255) = 51.34%
R=25.94%
G=22.73%
B=51.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97851920.490.5600.25246.7345.9254.31
Hex6155C03138019f72e36
Octal14112530061700313675666
Binary110000110101011100000011000111100001100111110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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