Html Css Color HEX #969099 Amethyst Smoke

📋 copy color: '#969099'

red 150 ◦ green 144 ◦ blue 153

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

Shades of Amethyst Smoke #969099

Tints of Amethyst Smoke #969099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 33.56%
G = 32.21%
B = 34.23%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#969099 (or 0x969099) is known color: Amethyst Smoke. HEX triplet: 96, 90 and 99. RGB value is (150,144,153). Sum of RGB (Red+Green+Blue) = 150+144+153=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: blue. Hex color #969099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969099 is #696F66. Grayscale: #929292. Windows color (decimal): -6909799 or 10064022. OLE color: 10064022.

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

Color convert

RGB 150 144 153 -
CMYK 0.02 0.06 0 0.4
HSL 280º 0.04% 0.58% -
HSV(B) 280º 0.06% 0.6% -
XYZ 28.3 28.73 34.19 -
YUV 146.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 150 144 153 0.02 0.06 0 0.4 280 0.04 0.58
Hex 96 90 99 2 6 0 28 118 4 3A
Octal 226 220 231 2 6 0 50 430 4 72
Binary 10010110 10010000 10011001 10 110 0 101000 100011000 100 111010

Color Harmonies of #969099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969099

Black with #969099

Text Example


Text Example

White with #969099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969099; }

 p { color: rgb(150,144,153); }

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

background-color css

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

 a { background-color: rgb(150,144,153); }

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

border-color css

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

 span { border-color: rgb(150,144,153); }

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