#969BAC

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

Shades of Manatee #969BAC

Tints of Manatee #969BAC

Color information

#969BAC (or 0x969BAC) is unknown color: approx Manatee. HEX triplet: 96, 9B and AC. RGB value is (150,155,172). Sum of RGB (Red+Green+Blue) = 150+155+172=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #969BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BAC is #696453. Grayscale: #9B9B9B. Windows color (decimal): -6906964 or 11312022. OLE color: 11312022.

HSL color Cylindrical-coordinate representation of color #969BAC: hue angle of 226.36º 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 #969BAC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150155172-
CMYK0.130.1000.33
HSL226.36º11.7%63.14%-
HSV(B)226.36º12.79%67.45%-
XYZ31.7532.9143.71-
YUV155.44137.34124.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=31.45%
G=32.49%
B=36.06%

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
Decimal1501551720.130.1000.33226.3611.763.14
Hex969BACDA021e2c3f
Octal22623325415120413421477
Binary100101101001101110101100110110100100001111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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