#615FAA

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

Shades of Rich Blue #615FAA

Tints of Rich Blue #615FAA

Color information

#615FAA (or 0x615FAA) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and AA. RGB value is (97,95,170). Sum of RGB (Red+Green+Blue) = 97+95+170=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #615FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FAA is #9EA055. Grayscale: #676767. Windows color (decimal): -10395734 or 11165537. OLE color: 11165537.

HSL color Cylindrical-coordinate representation of color #615FAA: hue angle of 241.6º 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 #615FAA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9795170-
CMYK0.430.4400.33
HSL241.6º30.61%51.96%-
HSV(B)241.6º44.12%66.67%-
XYZ16.2813.6339.8-
YUV104.15165.16122.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=26.80%
G=26.24%
B=46.96%

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
Decimal97951700.430.4400.33241.630.6151.96
Hex615FAA2B2C021f21f34
Octal14113725253540413623764
Binary110000110111111010101010101110110001000011111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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