#969E9B

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

Shades of Cascade #969E9B

Tints of Cascade #969E9B

Color information

#969E9B (or 0x969E9B) is unknown color: approx Cascade. HEX triplet: 96, 9E and 9B. RGB value is (150,158,155). Sum of RGB (Red+Green+Blue) = 150+158+155=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 158 - color contains mainly: green. Hex color #969E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E9B is #696164. Grayscale: #9B9B9B. Windows color (decimal): -6906213 or 10198678. OLE color: 10198678.

HSL color Cylindrical-coordinate representation of color #969E9B: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #969E9B is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB150158155-
CMYK0.0500.020.38
HSL157.5º3.96%60.39%-
HSV(B)157.5º5.06%61.96%-
XYZ30.7233.335.82-
YUV155.27127.85124.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=32.40%
G=34.13%
B=33.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581550.0500.020.38157.53.9660.39
Hex969E9B502269d43c
Octal22623623350246235474
Binary10010110100111101001101110101010011010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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