Html Css Color HEX #6F7395 Storm Grey

📋 copy color: '#6F7395'

red 111 ◦ green 115 ◦ blue 149

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

Shades of Storm Grey #6F7395

Tints of Storm Grey #6F7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 29.6%
G = 30.67%
B = 39.73%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F7395 (or 0x6F7395) is known color: Storm Grey. HEX triplet: 6F, 73 and 95. RGB value is (111,115,149). Sum of RGB (Red+Green+Blue) = 111+115+149=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F7395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7395 is #908C6A. Grayscale: #757575. Windows color (decimal): -9473131 or 9794415. OLE color: 9794415.

HSL color Cylindrical-coordinate representation of color #6F7395: hue angle of 233.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7395 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 115 149 -
CMYK 0.26 0.23 0 0.42
HSL 233.68º 0.15% 0.51% -
HSV(B) 233.68º 0.26% 0.58% -
XYZ 18.11 17.81 30.92 -
YUV 117.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 111 115 149 0.26 0.23 0 0.42 233.68 0.15 0.51
Hex 6F 73 95 1A 17 0 2A EA F 33
Octal 157 163 225 32 27 0 52 352 17 63
Binary 1101111 1110011 10010101 11010 10111 0 101010 11101010 1111 110011

Color Harmonies of #6F7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7395

Black with #6F7395

Text Example


Text Example

White with #6F7395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,115,149); }

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

background-color css

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

 a { background-color: rgb(111,115,149); }

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

border-color css

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

 span { border-color: rgb(111,115,149); }

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