#969DAB

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

Shades of Rock Blue #969DAB

Tints of Rock Blue #969DAB

Color information

#969DAB (or 0x969DAB) is unknown color: approx Rock Blue. HEX triplet: 96, 9D and AB. RGB value is (150,157,171). Sum of RGB (Red+Green+Blue) = 150+157+171=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #969DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DAB is #696254. Grayscale: #9C9C9C. Windows color (decimal): -6906453 or 11246998. OLE color: 11246998.

HSL color Cylindrical-coordinate representation of color #969DAB: hue angle of 220º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969DAB is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150157171-
CMYK0.120.0800.33
HSL220º11.11%62.94%-
HSV(B)220º12.28%67.06%-
XYZ31.9933.5443.32-
YUV156.5136.18123.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 157 (61.72% from 255) = 32.85%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=31.38%
G=32.85%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501571710.120.0800.3322011.1162.94
Hex969DABC8021dcb3f
Octal22623525314100413341377
Binary100101101001110110101011110010000100001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969DAB; }

 p { color: rgb(150,157,171); }

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

<style>
 a { background-color: #969DAB; }

 a { background-color: rgb(150,157,171); }

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

<style>
 span { border-color: #969DAB; }

 span { border-color: rgb(150,157,171); }

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