#969FA6

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

Shades of Grey Chateau #969FA6

Tints of Grey Chateau #969FA6

Color information

#969FA6 (or 0x969FA6) is unknown color: approx Grey Chateau. HEX triplet: 96, 9F and A6. RGB value is (150,159,166). Sum of RGB (Red+Green+Blue) = 150+159+166=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 166 - color contains mainly: blue. Hex color #969FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FA6 is #696059. Grayscale: #9D9D9D. Windows color (decimal): -6905946 or 10919830. OLE color: 10919830.

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

Color convert

RGB150159166-
CMYK0.100.0400.35
HSL206.25º8.25%61.96%-
HSV(B)206.25º9.64%65.1%-
XYZ31.8634.0340.97-
YUV157.11133.02122.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=31.58%
G=33.47%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501591660.100.0400.35206.258.2561.96
Hex969FA6A4023ce83e
Octal2262372461240433161076
Binary10010110100111111010011010101000100011110011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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