#969FAD

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

Shades of Rock Blue #969FAD

Tints of Rock Blue #969FAD

Color information

#969FAD (or 0x969FAD) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and AD. RGB value is (150,159,173). Sum of RGB (Red+Green+Blue) = 150+159+173=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #969FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FAD is #696052. Grayscale: #9D9D9D. Windows color (decimal): -6905939 or 11378582. OLE color: 11378582.

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

Color convert

RGB150159173-
CMYK0.130.0800.32
HSL216.52º12.3%63.33%-
HSV(B)216.52º13.29%67.84%-
XYZ32.5234.344.44-
YUV157.9136.52122.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 35.89%
R=31.12%
G=32.99%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501591730.130.0800.32216.5212.363.33
Hex969FADD8020d9c3f
Octal22623725515100403311477
Binary100101101001111110101101110110000100000110110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,173); }

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

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

 a { background-color: rgb(150,159,173); }

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

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

 span { border-color: rgb(150,159,173); }

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