#96A6BE

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

Shades of Rock Blue #96A6BE

Tints of Rock Blue #96A6BE

Color information

#96A6BE (or 0x96A6BE) is unknown color: approx Rock Blue. HEX triplet: 96, A6 and BE. RGB value is (150,166,190). Sum of RGB (Red+Green+Blue) = 150+166+190=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #96A6BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6BE is #695941. Grayscale: #A3A3A3. Windows color (decimal): -6904130 or 12494486. OLE color: 12494486.

HSL color Cylindrical-coordinate representation of color #96A6BE: hue angle of 216º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A6BE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150166190-
CMYK0.210.1300.25
HSL216º23.53%66.67%-
HSV(B)216º21.05%74.51%-
XYZ35.5137.4754.08-
YUV163.95142.7118.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=29.64%
G=32.81%
B=37.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501661900.210.1300.2521623.5366.67
Hex96A6BE15D019d81843
Octal226246276251503133030103
Binary10010110101001101011111010101110101100111011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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