Html Css Color HEX #676E84 Storm Grey

📋 copy color: '#676E84'

red 103 ◦ green 110 ◦ blue 132

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

Shades of Storm Grey #676E84

Tints of Storm Grey #676E84

RGB

 RED value IS 103 (40.63% from 255) = 29.86%

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 29.86%
G = 31.88%
B = 38.26%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676E84 (or 0x676E84) is known color: Storm Grey. HEX triplet: 67, 6E and 84. RGB value is (103,110,132). Sum of RGB (Red+Green+Blue) = 103+110+132=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #676E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E84 is #98917B. Grayscale: #6E6E6E. Windows color (decimal): -9998716 or 8679015. OLE color: 8679015.

HSL color Cylindrical-coordinate representation of color #676E84: hue angle of 225.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676E84 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 110 132 -
CMYK 0.22 0.17 0 0.48
HSL 225.52º 0.12% 0.46% -
HSV(B) 225.52º 0.22% 0.52% -
XYZ 15.33 15.7 24.05 -
YUV 110.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 103 110 132 0.22 0.17 0 0.48 225.52 0.12 0.46
Hex 67 6E 84 16 11 0 30 E2 C 2E
Octal 147 156 204 26 21 0 60 342 14 56
Binary 1100111 1101110 10000100 10110 10001 0 110000 11100010 1100 101110

Color Harmonies of #676E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E84

Black with #676E84

Text Example


Text Example

White with #676E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676E84; }

 p { color: rgb(103,110,132); }

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

background-color css

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

 a { background-color: rgb(103,110,132); }

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

border-color css

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

 span { border-color: rgb(103,110,132); }

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