#6155BF

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

Shades of Slate Blue #6155BF

Tints of Slate Blue #6155BF

Color information

#6155BF (or 0x6155BF) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and BF. RGB value is (97,85,191). Sum of RGB (Red+Green+Blue) = 97+85+191=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #6155BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155BF is #9EAA40. Grayscale: #646464. Windows color (decimal): -10398273 or 12539233. OLE color: 12539233.

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

Color convert

RGB9785191-
CMYK0.490.5500.25
HSL246.79º45.3%54.12%-
HSV(B)246.79º55.5%74.9%-
XYZ17.5812.850.83-
YUV100.67178.98125.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 191 (75% from 255) = 51.21%
R=26.01%
G=22.79%
B=51.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97851910.490.5500.25246.7945.354.12
Hex6155BF3137019f72d36
Octal14112527761670313675566
Binary110000110101011011111111000111011101100111110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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