#969AAB

Color #969AAB Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #969AAB

Tints of Manatee #969AAB

Color information

#969AAB (or 0x969AAB) is unknown color: approx Manatee. HEX triplet: 96, 9A and AB. RGB value is (150,154,171). Sum of RGB (Red+Green+Blue) = 150+154+171=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #969AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAB is #696554. Grayscale: #9A9A9A. Windows color (decimal): -6907221 or 11246230. OLE color: 11246230.

HSL color Cylindrical-coordinate representation of color #969AAB: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969AAB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150154171-
CMYK0.120.1000.33
HSL228.57º11.11%62.94%-
HSV(B)228.57º12.28%67.06%-
XYZ31.4832.5443.15-
YUV154.74137.17124.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 154 (60.55% from 255) = 32.42%
BLUE value IS 171 (67.19% from 255) = 36%
R=31.58%
G=32.42%
B=36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501541710.120.1000.33228.5711.1162.94
Hex969AABCA021e5b3f
Octal22623225314120413451377
Binary100101101001101010101011110010100100001111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969AAB; }

 p { color: rgb(150,154,171); }

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

<style>
 a { background-color: #969AAB; }

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

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

<style>
 span { border-color: #969AAB; }

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

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