Html Css Color HEX #6F7580 Storm Grey

📋 copy color: '#6F7580'

red 111 ◦ green 117 ◦ blue 128

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

Shades of Storm Grey #6F7580

Tints of Storm Grey #6F7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.87%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 31.18%
G = 32.87%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F7580 (or 0x6F7580) is known color: Storm Grey. HEX triplet: 6F, 75 and 80. RGB value is (111,117,128). Sum of RGB (Red+Green+Blue) = 111+117+128=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7580 is #908A7F. Grayscale: #747474. Windows color (decimal): -9472640 or 8418671. OLE color: 8418671.

HSL color Cylindrical-coordinate representation of color #6F7580: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7580 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 117 128 -
CMYK 0.13 0.09 0 0.50
HSL 218.82º 0.07% 0.47% -
HSV(B) 218.82º 0.13% 0.5% -
XYZ 16.81 17.66 22.94 -
YUV 116.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 111 117 128 0.13 0.09 0 0.50 218.82 0.07 0.47
Hex 6F 75 80 D 9 0 32 DB 7 2F
Octal 157 165 200 15 11 0 62 333 7 57
Binary 1101111 1110101 10000000 1101 1001 0 110010 11011011 111 101111

Color Harmonies of #6F7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7580

Black with #6F7580

Text Example


Text Example

White with #6F7580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,128); }

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

background-color css

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

 a { background-color: rgb(111,117,128); }

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

border-color css

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

 span { border-color: rgb(111,117,128); }

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