Html Css Color HEX #696D7D Storm Grey

📋 copy color: '#696D7D'

red 105 ◦ green 109 ◦ blue 125

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

Shades of Storm Grey #696D7D

Tints of Storm Grey #696D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 30.97%
G = 32.15%
B = 36.87%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696D7D (or 0x696D7D) is known color: Storm Grey. HEX triplet: 69, 6D and 7D. RGB value is (105,109,125). Sum of RGB (Red+Green+Blue) = 105+109+125=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #696D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D7D is #969282. Grayscale: #6D6D6D. Windows color (decimal): -9867907 or 8220009. OLE color: 8220009.

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

Color convert

RGB 105 109 125 -
CMYK 0.16 0.13 0 0.51
HSL 228º 0.09% 0.45% -
HSV(B) 228º 0.16% 0.49% -
XYZ 15 15.42 21.59 -
YUV 109.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 105 109 125 0.16 0.13 0 0.51 228 0.09 0.45
Hex 69 6D 7D 10 D 0 33 E4 9 2D
Octal 151 155 175 20 15 0 63 344 11 55
Binary 1101001 1101101 1111101 10000 1101 0 110011 11100100 1001 101101

Color Harmonies of #696D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D7D

Black with #696D7D

Text Example


Text Example

White with #696D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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