#969AA3

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

Shades of Manatee #969AA3

Tints of Manatee #969AA3

Color information

#969AA3 (or 0x969AA3) is unknown color: approx Manatee. HEX triplet: 96, 9A and A3. RGB value is (150,154,163). Sum of RGB (Red+Green+Blue) = 150+154+163=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 163 - color contains mainly: blue. Hex color #969AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA3 is #69655C. Grayscale: #999999. Windows color (decimal): -6907229 or 10721942. OLE color: 10721942.

HSL color Cylindrical-coordinate representation of color #969AA3: hue angle of 221.54º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969AA3 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150154163-
CMYK0.080.0600.36
HSL221.54º6.6%61.37%-
HSV(B)221.54º7.98%63.92%-
XYZ30.7432.2439.25-
YUV153.83133.17125.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 163 (64.06% from 255) = 34.90%
R=32.12%
G=32.98%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501541630.080.0600.36221.546.661.37
Hex969AA386024de73d
Octal226232243106044336775
Binary1001011010011010101000111000110010010011011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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