Html Css Color HEX #969A99 Cascade

📋 copy color: '#969A99'

red 150 ◦ green 154 ◦ blue 153

#969A99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #969A99

Tints of Cascade #969A99

RGB

 RED value IS 150 (58.98% from 255) = 32.82%

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 32.82%
G = 33.7%
B = 33.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#969A99 (or 0x969A99) is known color: Cascade. HEX triplet: 96, 9A and 99. RGB value is (150,154,153). Sum of RGB (Red+Green+Blue) = 150+154+153=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 154 - color contains mainly: green. Hex color #969A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A99 is #696566. Grayscale: #989898. Windows color (decimal): -6907239 or 10066582. OLE color: 10066582.

HSL color Cylindrical-coordinate representation of color #969A99: hue angle of 165º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969A99 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 154 153 -
CMYK 0.03 0 0.01 0.40
HSL 165º 0.02% 0.6% -
HSV(B) 165º 0.03% 0.6% -
XYZ 29.88 31.9 34.72 -
YUV 152.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 150 154 153 0.03 0 0.01 0.40 165 0.02 0.6
Hex 96 9A 99 3 0 1 28 A5 2 3C
Octal 226 232 231 3 0 1 50 245 2 74
Binary 10010110 10011010 10011001 11 0 1 101000 10100101 10 111100

Color Harmonies of #969A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A99

Black with #969A99

Text Example


Text Example

White with #969A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,154,153); }

 H1.HeaderClassName
 {
   color: #969A99;
 }
 .AnyTagClassName
 {
   color: #969A99;
 }
</style>

background-color css

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

 a { background-color: rgb(150,154,153); }

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

border-color css

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

 span { border-color: rgb(150,154,153); }

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