Html Css Color HEX #687083 Storm Grey

📋 copy color: '#687083'

red 104 ◦ green 112 ◦ blue 131

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

Shades of Storm Grey #687083

Tints of Storm Grey #687083

RGB

 RED value IS 104 (41.02% from 255) = 29.97%

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 29.97%
G = 32.28%
B = 37.75%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687083 (or 0x687083) is known color: Storm Grey. HEX triplet: 68, 70 and 83. RGB value is (104,112,131). Sum of RGB (Red+Green+Blue) = 104+112+131=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #687083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687083 is #978F7C. Grayscale: #6F6F6F. Windows color (decimal): -9932669 or 8613992. OLE color: 8613992.

HSL color Cylindrical-coordinate representation of color #687083: hue angle of 222.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687083 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 112 131 -
CMYK 0.21 0.15 0 0.49
HSL 222.22º 0.11% 0.46% -
HSV(B) 222.22º 0.21% 0.51% -
XYZ 15.6 16.17 23.77 -
YUV 111.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 104 112 131 0.21 0.15 0 0.49 222.22 0.11 0.46
Hex 68 70 83 15 F 0 31 DE B 2E
Octal 150 160 203 25 17 0 61 336 13 56
Binary 1101000 1110000 10000011 10101 1111 0 110001 11011110 1011 101110

Color Harmonies of #687083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687083

Black with #687083

Text Example


Text Example

White with #687083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687083; }

 p { color: rgb(104,112,131); }

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

background-color css

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

 a { background-color: rgb(104,112,131); }

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

border-color css

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

 span { border-color: rgb(104,112,131); }

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