Html Css Color HEX #969AA6 Manatee

📋 copy color: '#969AA6'

red 150 ◦ green 154 ◦ blue 166

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

Shades of Manatee #969AA6

Tints of Manatee #969AA6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 31.91%
G = 32.77%
B = 35.32%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#969AA6 (or 0x969AA6) is known color: Manatee. HEX triplet: 96, 9A and A6. RGB value is (150,154,166). Sum of RGB (Red+Green+Blue) = 150+154+166=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 166 - color contains mainly: blue. Hex color #969AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA6 is #696559. Grayscale: #9A9A9A. Windows color (decimal): -6907226 or 10918550. OLE color: 10918550.

HSL color Cylindrical-coordinate representation of color #969AA6: hue angle of 225º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969AA6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 154 166 -
CMYK 0.10 0.07 0 0.35
HSL 225º 0.08% 0.62% -
HSV(B) 225º 0.1% 0.65% -
XYZ 31.02 32.35 40.69 -
YUV 154.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 150 154 166 0.10 0.07 0 0.35 225 0.08 0.62
Hex 96 9A A6 A 7 0 23 E1 8 3E
Octal 226 232 246 12 7 0 43 341 10 76
Binary 10010110 10011010 10100110 1010 111 0 100011 11100001 1000 111110

Color Harmonies of #969AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969AA6

Black with #969AA6

Text Example


Text Example

White with #969AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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