#969CA9

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

Shades of Rock Blue #969CA9

Tints of Rock Blue #969CA9

Color information

#969CA9 (or 0x969CA9) is unknown color: approx Rock Blue. HEX triplet: 96, 9C and A9. RGB value is (150,156,169). Sum of RGB (Red+Green+Blue) = 150+156+169=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #969CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CA9 is #696356. Grayscale: #9B9B9B. Windows color (decimal): -6906711 or 11115670. OLE color: 11115670.

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

Color convert

RGB150156169-
CMYK0.110.0800.34
HSL221.05º9.95%62.55%-
HSV(B)221.05º11.24%66.27%-
XYZ31.6333.1342.26-
YUV155.69135.51123.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=31.58%
G=32.84%
B=35.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1501561690.110.0800.34221.059.9562.55
Hex969CA9B8022dda3f
Octal22623425113100423351277
Binary100101101001110010101001101110000100010110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,169); }

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

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

 a { background-color: rgb(150,156,169); }

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

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

 span { border-color: rgb(150,156,169); }

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