Html Css Color HEX #676C85 Storm Grey

📋 copy color: '#676C85'

red 103 ◦ green 108 ◦ blue 133

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

Shades of Storm Grey #676C85

Tints of Storm Grey #676C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 29.94%
G = 31.4%
B = 38.66%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#676C85 (or 0x676C85) is known color: Storm Grey. HEX triplet: 67, 6C and 85. RGB value is (103,108,133). Sum of RGB (Red+Green+Blue) = 103+108+133=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #676C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C85 is #98937A. Grayscale: #6D6D6D. Windows color (decimal): -9999227 or 8744039. OLE color: 8744039.

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

Color convert

RGB 103 108 133 -
CMYK 0.23 0.19 0 0.48
HSL 230º 0.13% 0.46% -
HSV(B) 230º 0.23% 0.52% -
XYZ 15.19 15.3 24.34 -
YUV 109.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 103 108 133 0.23 0.19 0 0.48 230 0.13 0.46
Hex 67 6C 85 17 13 0 30 E6 D 2E
Octal 147 154 205 27 23 0 60 346 15 56
Binary 1100111 1101100 10000101 10111 10011 0 110000 11100110 1101 101110

Color Harmonies of #676C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C85

Black with #676C85

Text Example


Text Example

White with #676C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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