Html Css Color HEX #969498 Amethyst Smoke

📋 copy color: '#969498'

red 150 ◦ green 148 ◦ blue 152

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

Shades of Amethyst Smoke #969498

Tints of Amethyst Smoke #969498

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#969498 (or 0x969498) is known color: 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

RGB 150 148 152 -
CMYK 0.01 0.03 0 0.40
HSL 270º 0.02% 0.59% -
HSV(B) 270º 0.03% 0.6% -
XYZ 28.84 29.93 33.96 -
YUV 149.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 150 148 152 0.01 0.03 0 0.40 270 0.02 0.59
Hex 96 94 98 1 3 0 28 10E 2 3B
Octal 226 224 230 1 3 0 50 416 2 73
Binary 10010110 10010100 10011000 1 11 0 101000 100001110 10 111011

Color Harmonies of #969498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969498

Black with #969498

Text Example


Text Example

White with #969498

Text Example


Text Example

HTML Codes & Css Web 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>