#969BAF

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

Shades of Manatee #969BAF

Tints of Manatee #969BAF

Color information

#969BAF (or 0x969BAF) is unknown color: approx Manatee. HEX triplet: 96, 9B and AF. RGB value is (150,155,175). Sum of RGB (Red+Green+Blue) = 150+155+175=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #969BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BAF is #696450. Grayscale: #9B9B9B. Windows color (decimal): -6906961 or 11508630. OLE color: 11508630.

HSL color Cylindrical-coordinate representation of color #969BAF: hue angle of 228º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969BAF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150155175-
CMYK0.140.1100.31
HSL228º13.51%63.73%-
HSV(B)228º14.29%68.63%-
XYZ32.0433.0245.24-
YUV155.78138.84123.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=31.25%
G=32.29%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501551750.140.1100.3122813.5163.73
Hex969BAFEB01Fe4e40
Octal226233257161303734416100
Binary100101101001101110101111111010110111111110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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