#969AA2

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

Shades of Grey Chateau #969AA2

Tints of Grey Chateau #969AA2

Color information

#969AA2 (or 0x969AA2) is unknown color: approx Grey Chateau. HEX triplet: 96, 9A and A2. RGB value is (150,154,162). Sum of RGB (Red+Green+Blue) = 150+154+162=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 162 - color contains mainly: blue. Hex color #969AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA2 is #69655D. Grayscale: #999999. Windows color (decimal): -6907230 or 10656406. OLE color: 10656406.

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

Color convert

RGB150154162-
CMYK0.070.0500.36
HSL220º6.06%61.18%-
HSV(B)220º7.41%63.53%-
XYZ30.6532.238.78-
YUV153.72132.67125.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=32.19%
G=33.05%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501541620.070.0500.362206.0661.18
Hex969AA275024dc63d
Octal22623224275044334675
Binary100101101001101010100010111101010010011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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