Html Css Color HEX #696E7F Storm Grey

📋 copy color: '#696E7F'

red 105 ◦ green 110 ◦ blue 127

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

Shades of Storm Grey #696E7F

Tints of Storm Grey #696E7F

RGB

 RED value IS 105 (41.41% from 255) = 30.7%

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 30.7%
G = 32.16%
B = 37.13%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696E7F (or 0x696E7F) is known color: Storm Grey. HEX triplet: 69, 6E and 7F. RGB value is (105,110,127). Sum of RGB (Red+Green+Blue) = 105+110+127=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #696E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E7F is #969180. Grayscale: #6E6E6E. Windows color (decimal): -9867649 or 8351337. OLE color: 8351337.

HSL color Cylindrical-coordinate representation of color #696E7F: hue angle of 226.36º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #696E7F is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 110 127 -
CMYK 0.17 0.13 0 0.50
HSL 226.36º 0.09% 0.45% -
HSV(B) 226.36º 0.17% 0.5% -
XYZ 15.23 15.69 22.3 -
YUV 110.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 105 110 127 0.17 0.13 0 0.50 226.36 0.09 0.45
Hex 69 6E 7F 11 D 0 32 E2 9 2D
Octal 151 156 177 21 15 0 62 342 11 55
Binary 1101001 1101110 1111111 10001 1101 0 110010 11100010 1001 101101

Color Harmonies of #696E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E7F

Black with #696E7F

Text Example


Text Example

White with #696E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E7F; }

 p { color: rgb(105,110,127); }

 H1.HeaderClassName
 {
   color: #696E7F;
 }
 .AnyTagClassName
 {
   color: #696E7F;
 }
</style>

background-color css

<style>
 a { background-color: #696E7F; }

 a { background-color: rgb(105,110,127); }

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

border-color css

<style>
 span { border-color: #696E7F; }

 span { border-color: rgb(105,110,127); }

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