Html Css Color HEX #6F7582 Storm Grey

📋 copy color: '#6F7582'

red 111 ◦ green 117 ◦ blue 130

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

Shades of Storm Grey #6F7582

Tints of Storm Grey #6F7582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 31.01%
G = 32.68%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6F7582 (or 0x6F7582) is known color: Storm Grey. HEX triplet: 6F, 75 and 82. RGB value is (111,117,130). Sum of RGB (Red+Green+Blue) = 111+117+130=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F7582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7582 is #908A7D. Grayscale: #747474. Windows color (decimal): -9472638 or 8549743. OLE color: 8549743.

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

Color convert

RGB 111 117 130 -
CMYK 0.15 0.1 0 0.49
HSL 221.05º 0.08% 0.47% -
HSV(B) 221.05º 0.15% 0.51% -
XYZ 16.95 17.71 23.65 -
YUV 116.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 111 117 130 0.15 0.1 0 0.49 221.05 0.08 0.47
Hex 6F 75 82 F A 0 31 DD 8 2F
Octal 157 165 202 17 12 0 61 335 10 57
Binary 1101111 1110101 10000010 1111 1010 0 110001 11011101 1000 101111

Color Harmonies of #6F7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7582

Black with #6F7582

Text Example


Text Example

White with #6F7582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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