Html Css Color HEX #6F7481 Storm Grey

📋 copy color: '#6F7481'

red 111 ◦ green 116 ◦ blue 129

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

Shades of Storm Grey #6F7481

Tints of Storm Grey #6F7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 129 (50.78% from 255) = 36.24%

R = 31.18%
G = 32.58%
B = 36.24%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F7481 (or 0x6F7481) is known color: Storm Grey. HEX triplet: 6F, 74 and 81. RGB value is (111,116,129). Sum of RGB (Red+Green+Blue) = 111+116+129=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F7481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7481 is #908B7E. Grayscale: #737373. Windows color (decimal): -9472895 or 8483951. OLE color: 8483951.

HSL color Cylindrical-coordinate representation of color #6F7481: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7481 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 116 129 -
CMYK 0.14 0.10 0 0.49
HSL 223.33º 0.08% 0.47% -
HSV(B) 223.33º 0.14% 0.51% -
XYZ 16.76 17.46 23.25 -
YUV 115.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 111 116 129 0.14 0.10 0 0.49 223.33 0.08 0.47
Hex 6F 74 81 E A 0 31 DF 8 2F
Octal 157 164 201 16 12 0 61 337 10 57
Binary 1101111 1110100 10000001 1110 1010 0 110001 11011111 1000 101111

Color Harmonies of #6F7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7481

Black with #6F7481

Text Example


Text Example

White with #6F7481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,116,129); }

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

background-color css

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

 a { background-color: rgb(111,116,129); }

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

border-color css

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

 span { border-color: rgb(111,116,129); }

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