Html Css Color HEX #9699AC Manatee

📋 copy color: '#9699AC'

red 150 ◦ green 153 ◦ blue 172

#9699AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #9699AC

Tints of Manatee #9699AC

RGB

 RED value IS 150 (58.98% from 255) = 31.58%

 GREEN value IS 153 (60.16% from 255) = 32.21%

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 31.58%
G = 32.21%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9699AC (or 0x9699AC) is known color: Manatee. HEX triplet: 96, 99 and AC. RGB value is (150,153,172). Sum of RGB (Red+Green+Blue) = 150+153+172=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #9699AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9699AC is #696653. Grayscale: #9A9A9A. Windows color (decimal): -6907476 or 11311510. OLE color: 11311510.

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

Color convert

RGB 150 153 172 -
CMYK 0.13 0.11 0 0.33
HSL 231.82º 0.12% 0.63% -
HSV(B) 231.82º 0.13% 0.67% -
XYZ 31.42 32.25 43.6 -
YUV 154.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 150 153 172 0.13 0.11 0 0.33 231.82 0.12 0.63
Hex 96 99 AC D B 0 21 E8 C 3F
Octal 226 231 254 15 13 0 41 350 14 77
Binary 10010110 10011001 10101100 1101 1011 0 100001 11101000 1100 111111

Color Harmonies of #9699AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9699AC

Black with #9699AC

Text Example


Text Example

White with #9699AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9699AC; }

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

 H1.HeaderClassName
 {
   color: #9699AC;
 }
 .AnyTagClassName
 {
   color: #9699AC;
 }
</style>

background-color css

<style>
 a { background-color: #9699AC; }

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

 div.DivClassName
 {
   background-color: #9699AC;
 }
 .BgClassName
 {
   background-color: #9699AC;
 }
</style>

border-color css

<style>
 span { border-color: #9699AC; }

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

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