#969AAC

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

Shades of Manatee #969AAC

Tints of Manatee #969AAC

Color information

#969AAC (or 0x969AAC) is unknown color: approx Manatee. HEX triplet: 96, 9A and AC. RGB value is (150,154,172). Sum of RGB (Red+Green+Blue) = 150+154+172=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #969AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAC is #696553. Grayscale: #9A9A9A. Windows color (decimal): -6907220 or 11311766. OLE color: 11311766.

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

Color convert

RGB150154172-
CMYK0.130.1000.33
HSL229.09º11.7%63.14%-
HSV(B)229.09º12.79%67.45%-
XYZ31.5832.5743.65-
YUV154.86137.67124.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.51%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=31.51%
G=32.35%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501541720.130.1000.33229.0911.763.14
Hex969AACDA021e5c3f
Octal22623225415120413451477
Binary100101101001101010101100110110100100001111001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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