Html Css Color HEX #6F708A Storm Grey

📋 copy color: '#6F708A'

red 111 ◦ green 112 ◦ blue 138

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

Shades of Storm Grey #6F708A

Tints of Storm Grey #6F708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 30.75%
G = 31.02%
B = 38.23%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F708A (or 0x6F708A) is known color: Storm Grey. HEX triplet: 6F, 70 and 8A. RGB value is (111,112,138). Sum of RGB (Red+Green+Blue) = 111+112+138=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F708A is #908F75. Grayscale: #727272. Windows color (decimal): -9473910 or 9072751. OLE color: 9072751.

HSL color Cylindrical-coordinate representation of color #6F708A: hue angle of 237.78º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F708A is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 112 138 -
CMYK 0.20 0.19 0 0.46
HSL 237.78º 0.11% 0.49% -
HSV(B) 237.78º 0.2% 0.54% -
XYZ 16.94 16.8 26.4 -
YUV 114.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 111 112 138 0.20 0.19 0 0.46 237.78 0.11 0.49
Hex 6F 70 8A 14 13 0 2E EE B 31
Octal 157 160 212 24 23 0 56 356 13 61
Binary 1101111 1110000 10001010 10100 10011 0 101110 11101110 1011 110001

Color Harmonies of #6F708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F708A

Black with #6F708A

Text Example


Text Example

White with #6F708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,138); }

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

background-color css

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

 a { background-color: rgb(111,112,138); }

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

border-color css

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

 span { border-color: rgb(111,112,138); }

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