Html Css Color HEX #6C707C Storm Grey

📋 copy color: '#6C707C'

red 108 ◦ green 112 ◦ blue 124

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

Shades of Storm Grey #6C707C

Tints of Storm Grey #6C707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 31.4%
G = 32.56%
B = 36.05%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C707C (or 0x6C707C) is known color: Storm Grey. HEX triplet: 6C, 70 and 7C. RGB value is (108,112,124). Sum of RGB (Red+Green+Blue) = 108+112+124=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C707C is #938F83. Grayscale: #707070. Windows color (decimal): -9670532 or 8155244. OLE color: 8155244.

HSL color Cylindrical-coordinate representation of color #6C707C: hue angle of 225º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C707C is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 112 124 -
CMYK 0.13 0.10 0 0.51
HSL 225º 0.07% 0.45% -
HSV(B) 225º 0.13% 0.49% -
XYZ 15.62 16.23 21.38 -
YUV 112.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 108 112 124 0.13 0.10 0 0.51 225 0.07 0.45
Hex 6C 70 7C D A 0 33 E1 7 2D
Octal 154 160 174 15 12 0 63 341 7 55
Binary 1101100 1110000 1111100 1101 1010 0 110011 11100001 111 101101

Color Harmonies of #6C707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C707C

Black with #6C707C

Text Example


Text Example

White with #6C707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C707C; }

 p { color: rgb(108,112,124); }

 H1.HeaderClassName
 {
   color: #6C707C;
 }
 .AnyTagClassName
 {
   color: #6C707C;
 }
</style>

background-color css

<style>
 a { background-color: #6C707C; }

 a { background-color: rgb(108,112,124); }

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

border-color css

<style>
 span { border-color: #6C707C; }

 span { border-color: rgb(108,112,124); }

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