#969498

Color #969498 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #969498

Tints of Amethyst Smoke #969498

Color information

#969498 (or 0x969498) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 94 and 98. RGB value is (150,148,152). Sum of RGB (Red+Green+Blue) = 150+148+152=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 152 - color contains mainly: blue. Hex color #969498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969498 is #696B67. Grayscale: #959595. Windows color (decimal): -6908776 or 9999510. OLE color: 9999510.

HSL color Cylindrical-coordinate representation of color #969498: hue angle of 270º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969498 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150148152-
CMYK0.010.0300.40
HSL270º1.9%58.82%-
HSV(B)270º2.63%59.61%-
XYZ28.8429.9333.96-
YUV149.05129.66128.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=33.33%
G=32.89%
B=33.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501481520.010.0300.402701.958.82
Hex9694981302810e23b
Octal22622423013050416273
Binary100101101001010010011000111010100010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969498; }

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

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

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

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

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

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

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

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