#6147BF

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

Shades of Slate Blue #6147BF

Tints of Slate Blue #6147BF

Color information

#6147BF (or 0x6147BF) is unknown color: approx Slate Blue. HEX triplet: 61, 47 and BF. RGB value is (97,71,191). Sum of RGB (Red+Green+Blue) = 97+71+191=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6147BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147BF is #9EB840. Grayscale: #5C5C5C. Windows color (decimal): -10401857 or 12535649. OLE color: 12535649.

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

Color convert

RGB9771191-
CMYK0.490.6300.25
HSL253º48.39%51.37%-
HSV(B)253º62.83%74.9%-
XYZ16.5910.8150.5-
YUV92.45183.61131.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 191 (75% from 255) = 53.20%
R=27.02%
G=19.78%
B=53.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97711910.490.6300.2525348.3951.37
Hex6147BF313F019fd3033
Octal14110727761770313756063
Binary110000110001111011111111000111111101100111111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6147BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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