#969FAE

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

Shades of Rock Blue #969FAE

Tints of Rock Blue #969FAE

Color information

#969FAE (or 0x969FAE) is unknown color: approx Rock Blue. HEX triplet: 96, 9F and AE. RGB value is (150,159,174). Sum of RGB (Red+Green+Blue) = 150+159+174=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #969FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969FAE is #696051. Grayscale: #9D9D9D. Windows color (decimal): -6905938 or 11444118. OLE color: 11444118.

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

Color convert

RGB150159174-
CMYK0.140.0900.32
HSL217.5º12.9%63.53%-
HSV(B)217.5º13.79%68.24%-
XYZ32.6234.3444.95-
YUV158.02137.02122.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=31.06%
G=32.92%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501591740.140.0900.32217.512.963.53
Hex969FAEE9020dad40
Octal226237256161104033215100
Binary1001011010011111101011101110100101000001101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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