Html Css Color HEX #676C84 Storm Grey

📋 copy color: '#676C84'

red 103 ◦ green 108 ◦ blue 132

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

Shades of Storm Grey #676C84

Tints of Storm Grey #676C84

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

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

R = 30.03%
G = 31.49%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676C84 (or 0x676C84) is known color: Storm Grey. HEX triplet: 67, 6C and 84. RGB value is (103,108,132). Sum of RGB (Red+Green+Blue) = 103+108+132=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #676C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C84 is #98937B. Grayscale: #6D6D6D. Windows color (decimal): -9999228 or 8678503. OLE color: 8678503.

HSL color Cylindrical-coordinate representation of color #676C84: hue angle of 229.66º 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 #676C84 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 108 132 -
CMYK 0.22 0.18 0 0.48
HSL 229.66º 0.12% 0.46% -
HSV(B) 229.66º 0.22% 0.52% -
XYZ 15.12 15.27 23.98 -
YUV 109.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 103 108 132 0.22 0.18 0 0.48 229.66 0.12 0.46
Hex 67 6C 84 16 12 0 30 E6 C 2E
Octal 147 154 204 26 22 0 60 346 14 56
Binary 1100111 1101100 10000100 10110 10010 0 110000 11100110 1100 101110

Color Harmonies of #676C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C84

Black with #676C84

Text Example


Text Example

White with #676C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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