#615BAB

Color #615BAB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #615BAB

Tints of Rich Blue #615BAB

Color information

#615BAB (or 0x615BAB) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and AB. RGB value is (97,91,171). Sum of RGB (Red+Green+Blue) = 97+91+171=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #615BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BAB is #9EA454. Grayscale: #656565. Windows color (decimal): -10396757 or 11230049. OLE color: 11230049.

HSL color Cylindrical-coordinate representation of color #615BAB: hue angle of 244.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615BAB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9791171-
CMYK0.430.4700.33
HSL244.5º32.26%51.37%-
HSV(B)244.5º46.78%67.06%-
XYZ16.0212.9640.19-
YUV101.91166.99124.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=27.02%
G=25.35%
B=47.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97911710.430.4700.33244.532.2651.37
Hex615BAB2B2F021f42033
Octal14113325353570413644063
Binary1100001101101110101011101011101111010000111110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615BAB; }

 p { color: rgb(97,91,171); }

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

<style>
 a { background-color: #615BAB; }

 a { background-color: rgb(97,91,171); }

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

<style>
 span { border-color: #615BAB; }

 span { border-color: rgb(97,91,171); }

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