#6155CB

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

Shades of Slate Blue #6155CB

Tints of Slate Blue #6155CB

Color information

#6155CB (or 0x6155CB) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and CB. RGB value is (97,85,203). Sum of RGB (Red+Green+Blue) = 97+85+203=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6155CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CB is #9EAA34. Grayscale: #656565. Windows color (decimal): -10398261 or 13325665. OLE color: 13325665.

HSL color Cylindrical-coordinate representation of color #6155CB: hue angle of 246.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6155CB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9785203-
CMYK0.520.5800.20
HSL246.1º53.15%56.47%-
HSV(B)246.1º58.13%79.61%-
XYZ18.9613.3558.08-
YUV102.04184.98124.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=25.19%
G=22.08%
B=52.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97852030.520.5800.20246.153.1556.47
Hex6155CB343A014f63538
Octal14112531364720243666570
Binary110000110101011100101111010011101001010011110110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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