Html Css Color HEX #96A0AF Rock Blue

📋 copy color: '#96A0AF'

red 150 ◦ green 160 ◦ blue 175

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

Shades of Rock Blue #96A0AF

Tints of Rock Blue #96A0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 30.93%
G = 32.99%
B = 36.08%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#96A0AF (or 0x96A0AF) is known color: Rock Blue. HEX triplet: 96, A0 and AF. RGB value is (150,160,175). Sum of RGB (Red+Green+Blue) = 150+160+175=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A0AF is #695F50. Grayscale: #9E9E9E. Windows color (decimal): -6905681 or 11509910. OLE color: 11509910.

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

Color convert

RGB 150 160 175 -
CMYK 0.14 0.09 0 0.31
HSL 216º 0.14% 0.64% -
HSV(B) 216º 0.14% 0.69% -
XYZ 32.89 34.72 45.53 -
YUV 158.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 150 160 175 0.14 0.09 0 0.31 216 0.14 0.64
Hex 96 A0 AF E 9 0 1F D8 E 40
Octal 226 240 257 16 11 0 37 330 16 100
Binary 10010110 10100000 10101111 1110 1001 0 11111 11011000 1110 1000000

Color Harmonies of #96A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0AF

Black with #96A0AF

Text Example


Text Example

White with #96A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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