#969A9E

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

Shades of Grey Chateau #969A9E

Tints of Grey Chateau #969A9E

Color information

#969A9E (or 0x969A9E) is unknown color: approx Grey Chateau. HEX triplet: 96, 9A and 9E. RGB value is (150,154,158). Sum of RGB (Red+Green+Blue) = 150+154+158=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 158 - color contains mainly: blue. Hex color #969A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A9E is #696561. Grayscale: #999999. Windows color (decimal): -6907234 or 10394262. OLE color: 10394262.

HSL color Cylindrical-coordinate representation of color #969A9E: hue angle of 210º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #969A9E is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150154158-
CMYK0.050.0300.38
HSL210º3.96%60.39%-
HSV(B)210º5.06%61.96%-
XYZ30.332.0636.94-
YUV153.26130.67125.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=32.47%
G=33.33%
B=34.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501541580.050.0300.382103.9660.39
Hex969A9E53026d243c
Octal22623223653046322474
Binary10010110100110101001111010111010011011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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