#96A1AF

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

Shades of Rock Blue #96A1AF

Tints of Rock Blue #96A1AF

Color information

#96A1AF (or 0x96A1AF) is unknown color: approx Rock Blue. HEX triplet: 96, A1 and AF. RGB value is (150,161,175). Sum of RGB (Red+Green+Blue) = 150+161+175=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 161 (63.28% from 255 or 33.13% 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 #96A1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A1AF is #695E50. Grayscale: #9F9F9F. Windows color (decimal): -6905425 or 11510166. OLE color: 11510166.

HSL color Cylindrical-coordinate representation of color #96A1AF: hue angle of 213.6º degrees, saturation: 0.14, 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 #96A1AF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150161175-
CMYK0.140.0800.31
HSL213.6º13.51%63.73%-
HSV(B)213.6º14.29%68.63%-
XYZ33.0635.0745.58-
YUV159.31136.86121.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 161 (63.28% from 255) = 33.13%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=30.86%
G=33.13%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501611750.140.0800.31213.613.5163.73
Hex96A1AFE801Fd6e40
Octal226241257161003732616100
Binary100101101010000110101111111010000111111101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A1AF; }

 p { color: rgb(150,161,175); }

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

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

 a { background-color: rgb(150,161,175); }

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

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

 span { border-color: rgb(150,161,175); }

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