Html Css Color HEX #6F7591 Storm Grey

📋 copy color: '#6F7591'

red 111 ◦ green 117 ◦ blue 145

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

Shades of Storm Grey #6F7591

Tints of Storm Grey #6F7591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 29.76%
G = 31.37%
B = 38.87%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F7591 (or 0x6F7591) is known color: Storm Grey. HEX triplet: 6F, 75 and 91. RGB value is (111,117,145). Sum of RGB (Red+Green+Blue) = 111+117+145=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7591 is #908A6E. Grayscale: #767676. Windows color (decimal): -9472623 or 9532783. OLE color: 9532783.

HSL color Cylindrical-coordinate representation of color #6F7591: hue angle of 229.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7591 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 117 145 -
CMYK 0.23 0.19 0 0.43
HSL 229.41º 0.13% 0.5% -
HSV(B) 229.41º 0.23% 0.57% -
XYZ 18.03 18.15 29.34 -
YUV 118.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 111 117 145 0.23 0.19 0 0.43 229.41 0.13 0.5
Hex 6F 75 91 17 13 0 2B E5 D 32
Octal 157 165 221 27 23 0 53 345 15 62
Binary 1101111 1110101 10010001 10111 10011 0 101011 11100101 1101 110010

Color Harmonies of #6F7591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7591

Black with #6F7591

Text Example


Text Example

White with #6F7591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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