#969FA9

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

Shades of Grey Chateau #969FA9

Tints of Grey Chateau #969FA9

Color information

#969FA9 (or 0x969FA9) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and A9. RGB value is (150,159,169). Sum of RGB (Red+Green+Blue) = 150+159+169=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 169 - color contains mainly: blue. Hex color #969FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA9 is #696056. Grayscale: #9D9D9D. Windows color (decimal): -6905943 or 11116438. OLE color: 11116438.

HSL color Cylindrical-coordinate representation of color #969FA9: hue angle of 211.58º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969FA9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB150159169-
CMYK0.110.0600.34
HSL211.58º9.95%62.55%-
HSV(B)211.58º11.24%66.27%-
XYZ32.1434.1442.43-
YUV157.45134.52122.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=31.38%
G=33.26%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501591690.110.0600.34211.589.9562.55
Hex969FA9B6022d4a3f
Octal2262372511360423241277
Binary10010110100111111010100110111100100010110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,169); }

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

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

 a { background-color: rgb(150,159,169); }

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

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

 span { border-color: rgb(150,159,169); }

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