Html Css Color HEX #969497 Amethyst Smoke

📋 copy color: '#969497'

red 150 ◦ green 148 ◦ blue 151

#969497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #969497

Tints of Amethyst Smoke #969497

RGB

 RED value IS 150 (58.98% from 255) = 33.41%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 151 (59.38% from 255) = 33.63%

R = 33.41%
G = 32.96%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#969497 (or 0x969497) is known color: Amethyst Smoke. HEX triplet: 96, 94 and 97. RGB value is (150,148,151). Sum of RGB (Red+Green+Blue) = 150+148+151=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 151 - color contains mainly: blue. Hex color #969497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969497 is #696B68. Grayscale: #949494. Windows color (decimal): -6908777 or 9933974. OLE color: 9933974.

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

Color convert

RGB 150 148 151 -
CMYK 0.01 0.02 0 0.41
HSL 280º 0.01% 0.59% -
HSV(B) 280º 0.02% 0.59% -
XYZ 28.75 29.9 33.53 -
YUV 148.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 150 148 151 0.01 0.02 0 0.41 280 0.01 0.59
Hex 96 94 97 1 2 0 29 118 1 3B
Octal 226 224 227 1 2 0 51 430 1 73
Binary 10010110 10010100 10010111 1 10 0 101001 100011000 1 111011

Color Harmonies of #969497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969497

Black with #969497

Text Example


Text Example

White with #969497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969497; }

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

 H1.HeaderClassName
 {
   color: #969497;
 }
 .AnyTagClassName
 {
   color: #969497;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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