#969AAD

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

Shades of Manatee #969AAD

Tints of Manatee #969AAD

Color information

#969AAD (or 0x969AAD) is unknown color: approx Manatee. HEX triplet: 96, 9A and AD. RGB value is (150,154,173). Sum of RGB (Red+Green+Blue) = 150+154+173=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #969AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAD is #696552. Grayscale: #9A9A9A. Windows color (decimal): -6907219 or 11377302. OLE color: 11377302.

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

Color convert

RGB150154173-
CMYK0.130.1100.32
HSL229.57º12.3%63.33%-
HSV(B)229.57º13.29%67.84%-
XYZ31.6832.6144.16-
YUV154.97138.17124.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=31.45%
G=32.29%
B=36.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501541730.130.1100.32229.5712.363.33
Hex969AADDB020e6c3f
Octal22623225515130403461477
Binary100101101001101010101101110110110100000111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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