#6061AB

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

Shades of Rich Blue #6061AB

Tints of Rich Blue #6061AB

Color information

#6061AB (or 0x6061AB) is unknown color: approx Rich Blue. HEX triplet: 60, 61 and AB. RGB value is (96,97,171). Sum of RGB (Red+Green+Blue) = 96+97+171=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #6061AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6061AB is #9F9E54. Grayscale: #686868. Windows color (decimal): -10460757 or 11231584. OLE color: 11231584.

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

Color convert

RGB9697171-
CMYK0.440.4300.33
HSL239.2º30.86%52.35%-
HSV(B)239.2º43.86%67.06%-
XYZ16.4513.9840.36-
YUV105.14165.17121.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=26.37%
G=26.65%
B=46.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96971710.440.4300.33239.230.8652.35
Hex6061AB2C2B021ef1f34
Octal14014125354530413573764
Binary110000011000011010101110110010101101000011110111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6061AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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