#969EAE

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

Shades of Rock Blue #969EAE

Tints of Rock Blue #969EAE

Color information

#969EAE (or 0x969EAE) is unknown color: approx Rock Blue. HEX triplet: 96, 9E and AE. RGB value is (150,158,174). Sum of RGB (Red+Green+Blue) = 150+158+174=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #969EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EAE is #696151. Grayscale: #9D9D9D. Windows color (decimal): -6906194 or 11443862. OLE color: 11443862.

HSL color Cylindrical-coordinate representation of color #969EAE: hue angle of 220º 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 #969EAE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150158174-
CMYK0.140.0900.32
HSL220º12.9%63.53%-
HSV(B)220º13.79%68.24%-
XYZ32.4433.9944.9-
YUV157.43137.35122.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.12%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=31.12%
G=32.78%
B=36.10%

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
Decimal1501581740.140.0900.3222012.963.53
Hex969EAEE9020dcd40
Octal226236256161104033415100
Binary1001011010011110101011101110100101000001101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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