#969CA3

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

Shades of Grey Chateau #969CA3

Tints of Grey Chateau #969CA3

Color information

#969CA3 (or 0x969CA3) is unknown color: approx Grey Chateau. HEX triplet: 96, 9C and A3. RGB value is (150,156,163). Sum of RGB (Red+Green+Blue) = 150+156+163=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #969CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CA3 is #69635C. Grayscale: #9A9A9A. Windows color (decimal): -6906717 or 10722454. OLE color: 10722454.

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

Color convert

RGB150156163-
CMYK0.080.0400.36
HSL212.31º6.6%61.37%-
HSV(B)212.31º7.98%63.92%-
XYZ31.0832.9139.36-
YUV155132.51124.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=31.98%
G=33.26%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501561630.080.0400.36212.316.661.37
Hex969CA384024d473d
Octal226234243104044324775
Binary1001011010011100101000111000100010010011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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