Html Css Color HEX #969AAC Manatee

📋 copy color: '#969AAC'

red 150 ◦ green 154 ◦ blue 172

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

Shades of Manatee #969AAC

Tints of Manatee #969AAC

RGB

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

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

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

R = 31.51%
G = 32.35%
B = 36.13%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#969AAC (or 0x969AAC) is known color: Manatee. HEX triplet: 96, 9A and AC. RGB value is (150,154,172). Sum of RGB (Red+Green+Blue) = 150+154+172=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #969AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AAC is #696553. Grayscale: #9A9A9A. Windows color (decimal): -6907220 or 11311766. OLE color: 11311766.

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

Color convert

RGB 150 154 172 -
CMYK 0.13 0.10 0 0.33
HSL 229.09º 0.12% 0.63% -
HSV(B) 229.09º 0.13% 0.67% -
XYZ 31.58 32.57 43.65 -
YUV 154.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 150 154 172 0.13 0.10 0 0.33 229.09 0.12 0.63
Hex 96 9A AC D A 0 21 E5 C 3F
Octal 226 232 254 15 12 0 41 345 14 77
Binary 10010110 10011010 10101100 1101 1010 0 100001 11100101 1100 111111

Color Harmonies of #969AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969AAC

Black with #969AAC

Text Example


Text Example

White with #969AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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