#968698

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

Shades of Amethyst Smoke #968698

Tints of Amethyst Smoke #968698

Color information

#968698 (or 0x968698) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 86 and 98. RGB value is (150,134,152). Sum of RGB (Red+Green+Blue) = 150+134+152=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #968698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968698 is #697967. Grayscale: #8C8C8C. Windows color (decimal): -6912360 or 9995926. OLE color: 9995926.

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

Color convert

RGB150134152-
CMYK0.010.1200.40
HSL293.33º8.04%56.08%-
HSV(B)293.33º11.84%59.61%-
XYZ26.7725.833.27-
YUV140.84134.3134.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=34.40%
G=30.73%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501341520.010.1200.40293.338.0456.08
Hex9686981C028125838
Octal2262062301140504451070
Binary1001011010000110100110001110001010001001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968698; }

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

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

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

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

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

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

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

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