Html Css Color HEX #676C83 Storm Grey

📋 copy color: '#676C83'

red 103 ◦ green 108 ◦ blue 131

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

Shades of Storm Grey #676C83

Tints of Storm Grey #676C83

RGB

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

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

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

R = 30.12%
G = 31.58%
B = 38.3%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#676C83 (or 0x676C83) is known color: Storm Grey. HEX triplet: 67, 6C and 83. RGB value is (103,108,131). Sum of RGB (Red+Green+Blue) = 103+108+131=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #676C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C83 is #98937C. Grayscale: #6D6D6D. Windows color (decimal): -9999229 or 8612967. OLE color: 8612967.

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

Color convert

RGB 103 108 131 -
CMYK 0.21 0.18 0 0.49
HSL 229.29º 0.12% 0.46% -
HSV(B) 229.29º 0.21% 0.51% -
XYZ 15.05 15.25 23.62 -
YUV 109.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 103 108 131 0.21 0.18 0 0.49 229.29 0.12 0.46
Hex 67 6C 83 15 12 0 31 E5 C 2E
Octal 147 154 203 25 22 0 61 345 14 56
Binary 1100111 1101100 10000011 10101 10010 0 110001 11100101 1100 101110

Color Harmonies of #676C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676C83

Black with #676C83

Text Example


Text Example

White with #676C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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