#615FAB

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

Shades of Rich Blue #615FAB

Tints of Rich Blue #615FAB

Color information

#615FAB (or 0x615FAB) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and AB. RGB value is (97,95,171). Sum of RGB (Red+Green+Blue) = 97+95+171=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #615FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FAB is #9EA054. Grayscale: #676767. Windows color (decimal): -10395733 or 11231073. OLE color: 11231073.

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

Color convert

RGB9795171-
CMYK0.430.4400.33
HSL241.58º31.15%52.16%-
HSV(B)241.58º44.44%67.06%-
XYZ16.3713.6740.3-
YUV104.26165.66122.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=26.72%
G=26.17%
B=47.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97951710.430.4400.33241.5831.1552.16
Hex615FAB2B2C021f21f34
Octal14113725353540413623764
Binary110000110111111010101110101110110001000011111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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