#969DA8

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

Shades of Grey Chateau #969DA8

Tints of Grey Chateau #969DA8

Color information

#969DA8 (or 0x969DA8) is unknown color: approx Grey Chateau. HEX triplet: 96, 9D and A8. RGB value is (150,157,168). Sum of RGB (Red+Green+Blue) = 150+157+168=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 168 - color contains mainly: blue. Hex color #969DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DA8 is #696257. Grayscale: #9C9C9C. Windows color (decimal): -6906456 or 11050390. OLE color: 11050390.

HSL color Cylindrical-coordinate representation of color #969DA8: hue angle of 216.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969DA8 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB150157168-
CMYK0.110.0700.34
HSL216.67º9.37%62.35%-
HSV(B)216.67º10.71%65.88%-
XYZ31.733.4341.83-
YUV156.16134.68123.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=31.58%
G=33.05%
B=35.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501571680.110.0700.34216.679.3762.35
Hex969DA8B7022d993e
Octal2262352501370423311176
Binary10010110100111011010100010111110100010110110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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