#6155C1

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

Shades of Slate Blue #6155C1

Tints of Slate Blue #6155C1

Color information

#6155C1 (or 0x6155C1) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and C1. RGB value is (97,85,193). Sum of RGB (Red+Green+Blue) = 97+85+193=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #6155C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155C1 is #9EAA3E. Grayscale: #646464. Windows color (decimal): -10398271 or 12670305. OLE color: 12670305.

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

Color convert

RGB9785193-
CMYK0.500.5600.24
HSL246.67º46.55%54.51%-
HSV(B)246.67º55.96%75.69%-
XYZ17.812.8952-
YUV100.9179.98125.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=25.87%
G=22.67%
B=51.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97851930.500.5600.24246.6746.5554.51
Hex6155C13238018f72f37
Octal14112530162700303675767
Binary110000110101011100000111001011100001100011110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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