Html Css Color HEX #6F7691 Storm Grey

📋 copy color: '#6F7691'

red 111 ◦ green 118 ◦ blue 145

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

Shades of Storm Grey #6F7691

Tints of Storm Grey #6F7691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 29.68%
G = 31.55%
B = 38.77%

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

#6F7691 (or 0x6F7691) is known color: Storm Grey. HEX triplet: 6F, 76 and 91. RGB value is (111,118,145). Sum of RGB (Red+Green+Blue) = 111+118+145=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7691 is #90896E. Grayscale: #767676. Windows color (decimal): -9472367 or 9533039. OLE color: 9533039.

HSL color Cylindrical-coordinate representation of color #6F7691: hue angle of 227.65º 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 #6F7691 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 118 145 -
CMYK 0.23 0.19 0 0.43
HSL 227.65º 0.13% 0.5% -
HSV(B) 227.65º 0.23% 0.57% -
XYZ 18.14 18.38 29.38 -
YUV 118.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 111 118 145 0.23 0.19 0 0.43 227.65 0.13 0.5
Hex 6F 76 91 17 13 0 2B E4 D 32
Octal 157 166 221 27 23 0 53 344 15 62
Binary 1101111 1110110 10010001 10111 10011 0 101011 11100100 1101 110010

Color Harmonies of #6F7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7691

Black with #6F7691

Text Example


Text Example

White with #6F7691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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