Html Css Color HEX #696D7F Storm Grey

📋 copy color: '#696D7F'

red 105 ◦ green 109 ◦ blue 127

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

Shades of Storm Grey #696D7F

Tints of Storm Grey #696D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

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

R = 30.79%
G = 31.96%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696D7F (or 0x696D7F) is known color: Storm Grey. HEX triplet: 69, 6D and 7F. RGB value is (105,109,127). Sum of RGB (Red+Green+Blue) = 105+109+127=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #696D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D7F is #969280. Grayscale: #6D6D6D. Windows color (decimal): -9867905 or 8351081. OLE color: 8351081.

HSL color Cylindrical-coordinate representation of color #696D7F: hue angle of 229.09º 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 #696D7F is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 109 127 -
CMYK 0.17 0.14 0 0.50
HSL 229.09º 0.09% 0.45% -
HSV(B) 229.09º 0.17% 0.5% -
XYZ 15.13 15.47 22.27 -
YUV 109.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 105 109 127 0.17 0.14 0 0.50 229.09 0.09 0.45
Hex 69 6D 7F 11 E 0 32 E5 9 2D
Octal 151 155 177 21 16 0 62 345 11 55
Binary 1101001 1101101 1111111 10001 1110 0 110010 11100101 1001 101101

Color Harmonies of #696D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D7F

Black with #696D7F

Text Example


Text Example

White with #696D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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