#9690AB

Color #9690AB Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9690AB

Tints of Grey Suit #9690AB

Color information

#9690AB (or 0x9690AB) is unknown color: approx Grey Suit. HEX triplet: 96, 90 and AB. RGB value is (150,144,171). Sum of RGB (Red+Green+Blue) = 150+144+171=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9690AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9690AB is #696F54. Grayscale: #949494. Windows color (decimal): -6909781 or 11243670. OLE color: 11243670.

HSL color Cylindrical-coordinate representation of color #9690AB: hue angle of 253.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9690AB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150144171-
CMYK0.120.1600.33
HSL253.33º13.85%61.76%-
HSV(B)253.33º15.79%67.06%-
XYZ29.929.3742.62-
YUV148.87140.49128.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=32.26%
G=30.97%
B=36.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501441710.120.1600.33253.3313.8561.76
Hex9690ABC10021fde3e
Octal22622025314200413751676
Binary1001011010010000101010111100100000100001111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9690AB; }

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

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

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

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

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

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

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

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