#969FA3

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

Shades of Grey Chateau #969FA3

Tints of Grey Chateau #969FA3

Color information

#969FA3 (or 0x969FA3) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and A3. RGB value is (150,159,163). Sum of RGB (Red+Green+Blue) = 150+159+163=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 163 - color contains mainly: blue. Hex color #969FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA3 is #69605C. Grayscale: #9C9C9C. Windows color (decimal): -6905949 or 10723222. OLE color: 10723222.

HSL color Cylindrical-coordinate representation of color #969FA3: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969FA3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150159163-
CMYK0.080.0200.36
HSL198.46º6.6%61.37%-
HSV(B)198.46º7.98%63.92%-
XYZ31.5933.9239.53-
YUV156.76131.52123.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=31.78%
G=33.69%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501591630.080.0200.36198.466.661.37
Hex969FA382024c673d
Octal226237243102044306775
Binary100101101001111110100011100010010010011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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