#9694A6

Color #9694A6 Santas Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Santas Grey #9694A6

Tints of Santas Grey #9694A6

Color information

#9694A6 (or 0x9694A6) is unknown color: approx Santas Grey. HEX triplet: 96, 94 and A6. RGB value is (150,148,166). Sum of RGB (Red+Green+Blue) = 150+148+166=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 166 - color contains mainly: blue. Hex color #9694A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9694A6 is #696B59. Grayscale: #969696. Windows color (decimal): -6908762 or 10917014. OLE color: 10917014.

HSL color Cylindrical-coordinate representation of color #9694A6: hue angle of 246.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9694A6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB150148166-
CMYK0.100.1100.35
HSL246.67º9.18%61.57%-
HSV(B)246.67º10.84%65.1%-
XYZ30.0530.4240.36-
YUV150.65136.66127.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=32.33%
G=31.90%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501481660.100.1100.35246.679.1861.57
Hex9694A6AB023f793e
Octal22622424612130433671176
Binary100101101001010010100110101010110100011111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694A6; }

 p { color: rgb(150,148,166); }

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

<style>
 a { background-color: #9694A6; }

 a { background-color: rgb(150,148,166); }

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

<style>
 span { border-color: #9694A6; }

 span { border-color: rgb(150,148,166); }

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