Html Css Color HEX #676E83 Storm Grey

📋 copy color: '#676E83'

red 103 ◦ green 110 ◦ blue 131

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

Shades of Storm Grey #676E83

Tints of Storm Grey #676E83

RGB

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

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

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

R = 29.94%
G = 31.98%
B = 38.08%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#676E83 (or 0x676E83) is known color: Storm Grey. HEX triplet: 67, 6E and 83. RGB value is (103,110,131). Sum of RGB (Red+Green+Blue) = 103+110+131=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #676E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E83 is #98917C. Grayscale: #6E6E6E. Windows color (decimal): -9998717 or 8613479. OLE color: 8613479.

HSL color Cylindrical-coordinate representation of color #676E83: hue angle of 225º degrees, saturation: 0.12, 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 #676E83 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 110 131 -
CMYK 0.21 0.16 0 0.49
HSL 225º 0.12% 0.46% -
HSV(B) 225º 0.21% 0.51% -
XYZ 15.27 15.67 23.69 -
YUV 110.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 103 110 131 0.21 0.16 0 0.49 225 0.12 0.46
Hex 67 6E 83 15 10 0 31 E1 C 2E
Octal 147 156 203 25 20 0 61 341 14 56
Binary 1100111 1101110 10000011 10101 10000 0 110001 11100001 1100 101110

Color Harmonies of #676E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E83

Black with #676E83

Text Example


Text Example

White with #676E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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