#97A0AF

Color #97A0AF Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #97A0AF

Tints of Rock Blue #97A0AF

Color information

#97A0AF (or 0x97A0AF) is unknown color: approx Rock Blue. HEX triplet: 97, A0 and AF. RGB value is (151,160,175). Sum of RGB (Red+Green+Blue) = 151+160+175=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #97A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A0AF is #685F50. Grayscale: #9E9E9E. Windows color (decimal): -6840145 or 11509911. OLE color: 11509911.

HSL color Cylindrical-coordinate representation of color #97A0AF: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97A0AF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151160175-
CMYK0.140.0900.31
HSL217.5º13.04%63.92%-
HSV(B)217.5º13.71%68.63%-
XYZ33.0734.8245.53-
YUV159.02137.02122.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=31.07%
G=32.92%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511601750.140.0900.31217.513.0463.92
Hex97A0AFE901Fdad40
Octal227240257161103733215100
Binary100101111010000010101111111010010111111101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A0AF; }

 p { color: rgb(151,160,175); }

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

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

 a { background-color: rgb(151,160,175); }

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

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

 span { border-color: rgb(151,160,175); }

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