Html Css Color HEX #6F717A Storm Grey

📋 copy color: '#6F717A'

red 111 ◦ green 113 ◦ blue 122

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

Shades of Storm Grey #6F717A

Tints of Storm Grey #6F717A

RGB

 RED value IS 111 (43.75% from 255) = 32.08%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 32.08%
G = 32.66%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F717A (or 0x6F717A) is known color: Storm Grey. HEX triplet: 6F, 71 and 7A. RGB value is (111,113,122). Sum of RGB (Red+Green+Blue) = 111+113+122=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F717A is #908E85. Grayscale: #717171. Windows color (decimal): -9473670 or 8024431. OLE color: 8024431.

HSL color Cylindrical-coordinate representation of color #6F717A: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F717A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 113 122 -
CMYK 0.09 0.07 0 0.52
HSL 229.09º 0.05% 0.46% -
HSV(B) 229.09º 0.09% 0.48% -
XYZ 15.97 16.59 20.77 -
YUV 113.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 111 113 122 0.09 0.07 0 0.52 229.09 0.05 0.46
Hex 6F 71 7A 9 7 0 34 E5 5 2E
Octal 157 161 172 11 7 0 64 345 5 56
Binary 1101111 1110001 1111010 1001 111 0 110100 11100101 101 101110

Color Harmonies of #6F717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F717A

Black with #6F717A

Text Example


Text Example

White with #6F717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F717A; }

 p { color: rgb(111,113,122); }

 H1.HeaderClassName
 {
   color: #6F717A;
 }
 .AnyTagClassName
 {
   color: #6F717A;
 }
</style>

background-color css

<style>
 a { background-color: #6F717A; }

 a { background-color: rgb(111,113,122); }

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

border-color css

<style>
 span { border-color: #6F717A; }

 span { border-color: rgb(111,113,122); }

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