#6161AB

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

Shades of Rich Blue #6161AB

Tints of Rich Blue #6161AB

Color information

#6161AB (or 0x6161AB) is unknown color: approx Rich Blue. HEX triplet: 61, 61 and AB. RGB value is (97,97,171). Sum of RGB (Red+Green+Blue) = 97+97+171=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6161AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6161AB is #9E9E54. Grayscale: #696969. Windows color (decimal): -10395221 or 11231585. OLE color: 11231585.

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

Color convert

RGB9797171-
CMYK0.430.4300.33
HSL240º30.58%52.55%-
HSV(B)240º43.27%67.06%-
XYZ16.5614.0340.36-
YUV105.44165121.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=26.58%
G=26.58%
B=46.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97971710.430.4300.3324030.5852.55
Hex6161AB2B2B021f01f35
Octal14114125353530413603765
Binary110000111000011010101110101110101101000011111000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6161AB; }

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

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

<style>
 a { background-color: #6161AB; }

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

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

<style>
 span { border-color: #6161AB; }

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

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