Html Css Color HEX #969BAA Manatee

📋 copy color: '#969BAA'

red 150 ◦ green 155 ◦ blue 170

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

Shades of Manatee #969BAA

Tints of Manatee #969BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.63%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 31.58%
G = 32.63%
B = 35.79%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#969BAA (or 0x969BAA) is known color: Manatee. HEX triplet: 96, 9B and AA. RGB value is (150,155,170). Sum of RGB (Red+Green+Blue) = 150+155+170=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #969BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BAA is #696455. Grayscale: #9B9B9B. Windows color (decimal): -6906966 or 11180950. OLE color: 11180950.

HSL color Cylindrical-coordinate representation of color #969BAA: hue angle of 225º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969BAA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 155 170 -
CMYK 0.12 0.09 0 0.33
HSL 225º 0.11% 0.63% -
HSV(B) 225º 0.12% 0.67% -
XYZ 31.55 32.83 42.7 -
YUV 155.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 150 155 170 0.12 0.09 0 0.33 225 0.11 0.63
Hex 96 9B AA C 9 0 21 E1 B 3F
Octal 226 233 252 14 11 0 41 341 13 77
Binary 10010110 10011011 10101010 1100 1001 0 100001 11100001 1011 111111

Color Harmonies of #969BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BAA

Black with #969BAA

Text Example


Text Example

White with #969BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #969BAA;
 }
 .AnyTagClassName
 {
   color: #969BAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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