#96A6BA

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

Shades of Rock Blue #96A6BA

Tints of Rock Blue #96A6BA

Color information

#96A6BA (or 0x96A6BA) is unknown color: approx Rock Blue. HEX triplet: 96, A6 and BA. RGB value is (150,166,186). Sum of RGB (Red+Green+Blue) = 150+166+186=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #96A6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6BA is #695945. Grayscale: #A3A3A3. Windows color (decimal): -6904134 or 12232342. OLE color: 12232342.

HSL color Cylindrical-coordinate representation of color #96A6BA: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96A6BA is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150166186-
CMYK0.190.1100.27
HSL213.33º20.69%65.88%-
HSV(B)213.33º19.35%72.94%-
XYZ35.0837.351.81-
YUV163.5140.7118.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=29.88%
G=33.07%
B=37.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501661860.190.1100.27213.3320.6965.88
Hex96A6BA13B01Bd51542
Octal226246272231303332525102
Binary10010110101001101011101010011101101101111010101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,186); }

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

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

 a { background-color: rgb(150,166,186); }

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

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

 span { border-color: rgb(150,166,186); }

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