#969DAD

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

Shades of Rock Blue #969DAD

Tints of Rock Blue #969DAD

Color information

#969DAD (or 0x969DAD) is unknown color: approx Rock Blue. HEX triplet: 96, 9D and AD. RGB value is (150,157,173). Sum of RGB (Red+Green+Blue) = 150+157+173=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #969DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969DAD is #696252. Grayscale: #9C9C9C. Windows color (decimal): -6906451 or 11378070. OLE color: 11378070.

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

Color convert

RGB150157173-
CMYK0.130.0900.32
HSL221.74º12.3%63.33%-
HSV(B)221.74º13.29%67.84%-
XYZ32.1833.6244.33-
YUV156.73137.18123.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.25%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=31.25%
G=32.71%
B=36.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501571730.130.0900.32221.7412.363.33
Hex969DADD9020dec3f
Octal22623525515110403361477
Binary100101101001110110101101110110010100000110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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