#6154BF

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

Shades of Slate Blue #6154BF

Tints of Slate Blue #6154BF

Color information

#6154BF (or 0x6154BF) is unknown color: approx Slate Blue. HEX triplet: 61, 54 and BF. RGB value is (97,84,191). Sum of RGB (Red+Green+Blue) = 97+84+191=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #6154BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154BF is #9EAB40. Grayscale: #636363. Windows color (decimal): -10398529 or 12538977. OLE color: 12538977.

HSL color Cylindrical-coordinate representation of color #6154BF: hue angle of 247.29º 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 #6154BF is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9784191-
CMYK0.490.5600.25
HSL247.29º45.53%53.92%-
HSV(B)247.29º56.02%74.9%-
XYZ17.512.6450.81-
YUV100.08179.31125.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 84 (33.20% from 255) = 22.58%
BLUE value IS 191 (75% from 255) = 51.34%
R=26.08%
G=22.58%
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
Decimal97841910.490.5600.25247.2945.5353.92
Hex6154BF3138019f72e36
Octal14112427761700313675666
Binary110000110101001011111111000111100001100111110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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