#969DA2

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

Shades of Grey Chateau #969DA2

Tints of Grey Chateau #969DA2

Color information

#969DA2 (or 0x969DA2) is unknown color: approx Grey Chateau. HEX triplet: 96, 9D and A2. RGB value is (150,157,162). Sum of RGB (Red+Green+Blue) = 150+157+162=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 162 - color contains mainly: blue. Hex color #969DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DA2 is #69625D. Grayscale: #9B9B9B. Windows color (decimal): -6906462 or 10657174. OLE color: 10657174.

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

Color convert

RGB150157162-
CMYK0.070.0300.36
HSL205º6.06%61.18%-
HSV(B)205º7.41%63.53%-
XYZ31.1633.2138.95-
YUV155.48131.68124.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.98%
GREEN value IS 157 (61.72% from 255) = 33.48%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=31.98%
G=33.48%
B=34.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501571620.070.0300.362056.0661.18
Hex969DA273024cd63d
Octal22623524273044315675
Binary10010110100111011010001011111010010011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,162); }

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

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

 a { background-color: rgb(150,157,162); }

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

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

 span { border-color: rgb(150,157,162); }

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