Html Css Color HEX #969399 Amethyst Smoke

📋 copy color: '#969399'

red 150 ◦ green 147 ◦ blue 153

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

Shades of Amethyst Smoke #969399

Tints of Amethyst Smoke #969399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 33.33%
G = 32.67%
B = 34%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#969399 (or 0x969399) is known color: Amethyst Smoke. HEX triplet: 96, 93 and 99. RGB value is (150,147,153). Sum of RGB (Red+Green+Blue) = 150+147+153=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #969399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969399 is #696C66. Grayscale: #949494. Windows color (decimal): -6909031 or 10064790. OLE color: 10064790.

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

Color convert

RGB 150 147 153 -
CMYK 0.02 0.04 0 0.4
HSL 270º 0.03% 0.59% -
HSV(B) 270º 0.04% 0.6% -
XYZ 28.76 29.65 34.34 -
YUV 148.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 150 147 153 0.02 0.04 0 0.4 270 0.03 0.59
Hex 96 93 99 2 4 0 28 10E 3 3B
Octal 226 223 231 2 4 0 50 416 3 73
Binary 10010110 10010011 10011001 10 100 0 101000 100001110 11 111011

Color Harmonies of #969399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969399

Black with #969399

Text Example


Text Example

White with #969399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969399; }

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

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

background-color css

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

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

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

border-color css

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

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

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