Html Css Color HEX #6F7693 Storm Grey

📋 copy color: '#6F7693'

red 111 ◦ green 118 ◦ blue 147

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

Shades of Storm Grey #6F7693

Tints of Storm Grey #6F7693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 29.52%
G = 31.38%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F7693 (or 0x6F7693) is known color: Storm Grey. HEX triplet: 6F, 76 and 93. RGB value is (111,118,147). Sum of RGB (Red+Green+Blue) = 111+118+147=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F7693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7693 is #90896C. Grayscale: #777777. Windows color (decimal): -9472365 or 9664111. OLE color: 9664111.

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

Color convert

RGB 111 118 147 -
CMYK 0.24 0.20 0 0.42
HSL 228.33º 0.14% 0.51% -
HSV(B) 228.33º 0.24% 0.58% -
XYZ 18.3 18.44 30.2 -
YUV 119.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 111 118 147 0.24 0.20 0 0.42 228.33 0.14 0.51
Hex 6F 76 93 18 14 0 2A E4 E 33
Octal 157 166 223 30 24 0 52 344 16 63
Binary 1101111 1110110 10010011 11000 10100 0 101010 11100100 1110 110011

Color Harmonies of #6F7693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7693

Black with #6F7693

Text Example


Text Example

White with #6F7693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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