#969BAB

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

Shades of Manatee #969BAB

Tints of Manatee #969BAB

Color information

#969BAB (or 0x969BAB) is unknown color: approx Manatee. HEX triplet: 96, 9B and AB. RGB value is (150,155,171). Sum of RGB (Red+Green+Blue) = 150+155+171=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #969BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BAB is #696454. Grayscale: #9B9B9B. Windows color (decimal): -6906965 or 11246486. OLE color: 11246486.

HSL color Cylindrical-coordinate representation of color #969BAB: hue angle of 225.71º 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 #969BAB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150155171-
CMYK0.120.0900.33
HSL225.71º11.11%62.94%-
HSV(B)225.71º12.28%67.06%-
XYZ31.6532.8743.2-
YUV155.33136.84124.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=31.51%
G=32.56%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501551710.120.0900.33225.7111.1162.94
Hex969BABC9021e2b3f
Octal22623325314110413421377
Binary100101101001101110101011110010010100001111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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