#969AA4

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

Shades of Manatee #969AA4

Tints of Manatee #969AA4

Color information

#969AA4 (or 0x969AA4) is unknown color: approx Manatee. HEX triplet: 96, 9A and A4. RGB value is (150,154,164). Sum of RGB (Red+Green+Blue) = 150+154+164=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: blue. Hex color #969AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA4 is #69655B. Grayscale: #999999. Windows color (decimal): -6907228 or 10787478. OLE color: 10787478.

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

Color convert

RGB150154164-
CMYK0.090.0600.36
HSL222.86º7.14%61.57%-
HSV(B)222.86º8.54%64.31%-
XYZ30.8332.2839.73-
YUV153.94133.67125.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=32.05%
G=32.91%
B=35.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501541640.090.0600.36222.867.1461.57
Hex969AA496024df73e
Octal226232244116044337776
Binary1001011010011010101001001001110010010011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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