Html Css Color HEX #6F7592 Storm Grey

📋 copy color: '#6F7592'

red 111 ◦ green 117 ◦ blue 146

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

Shades of Storm Grey #6F7592

Tints of Storm Grey #6F7592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 29.68%
G = 31.28%
B = 39.04%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F7592 (or 0x6F7592) is known color: Storm Grey. HEX triplet: 6F, 75 and 92. RGB value is (111,117,146). Sum of RGB (Red+Green+Blue) = 111+117+146=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7592 is #908A6D. Grayscale: #767676. Windows color (decimal): -9472622 or 9598319. OLE color: 9598319.

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

Color convert

RGB 111 117 146 -
CMYK 0.24 0.20 0 0.43
HSL 229.71º 0.14% 0.5% -
HSV(B) 229.71º 0.24% 0.57% -
XYZ 18.11 18.18 29.75 -
YUV 118.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 111 117 146 0.24 0.20 0 0.43 229.71 0.14 0.5
Hex 6F 75 92 18 14 0 2B E6 E 32
Octal 157 165 222 30 24 0 53 346 16 62
Binary 1101111 1110101 10010010 11000 10100 0 101011 11100110 1110 110010

Color Harmonies of #6F7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7592

Black with #6F7592

Text Example


Text Example

White with #6F7592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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