Html Css Color HEX #696D7C Storm Grey

📋 copy color: '#696D7C'

red 105 ◦ green 109 ◦ blue 124

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

Shades of Storm Grey #696D7C

Tints of Storm Grey #696D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 31.07%
G = 32.25%
B = 36.69%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#696D7C (or 0x696D7C) is known color: Storm Grey. HEX triplet: 69, 6D and 7C. RGB value is (105,109,124). Sum of RGB (Red+Green+Blue) = 105+109+124=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #696D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D7C is #969283. Grayscale: #6D6D6D. Windows color (decimal): -9867908 or 8154473. OLE color: 8154473.

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

Color convert

RGB 105 109 124 -
CMYK 0.15 0.12 0 0.51
HSL 227.37º 0.08% 0.45% -
HSV(B) 227.37º 0.15% 0.49% -
XYZ 14.93 15.4 21.25 -
YUV 109.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 105 109 124 0.15 0.12 0 0.51 227.37 0.08 0.45
Hex 69 6D 7C F C 0 33 E3 8 2D
Octal 151 155 174 17 14 0 63 343 10 55
Binary 1101001 1101101 1111100 1111 1100 0 110011 11100011 1000 101101

Color Harmonies of #696D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696D7C

Black with #696D7C

Text Example


Text Example

White with #696D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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