Html Css Color HEX #6C718B Storm Grey

📋 copy color: '#6C718B'

red 108 ◦ green 113 ◦ blue 139

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

Shades of Storm Grey #6C718B

Tints of Storm Grey #6C718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 30%
G = 31.39%
B = 38.61%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C718B (or 0x6C718B) is known color: Storm Grey. HEX triplet: 6C, 71 and 8B. RGB value is (108,113,139). Sum of RGB (Red+Green+Blue) = 108+113+139=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C718B is #938E74. Grayscale: #727272. Windows color (decimal): -9670261 or 9138540. OLE color: 9138540.

HSL color Cylindrical-coordinate representation of color #6C718B: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C718B is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 113 139 -
CMYK 0.22 0.19 0 0.45
HSL 230.32º 0.13% 0.48% -
HSV(B) 230.32º 0.22% 0.55% -
XYZ 16.75 16.86 26.8 -
YUV 114.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 108 113 139 0.22 0.19 0 0.45 230.32 0.13 0.48
Hex 6C 71 8B 16 13 0 2D E6 D 30
Octal 154 161 213 26 23 0 55 346 15 60
Binary 1101100 1110001 10001011 10110 10011 0 101101 11100110 1101 110000

Color Harmonies of #6C718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C718B

Black with #6C718B

Text Example


Text Example

White with #6C718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,113,139); }

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

background-color css

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

 a { background-color: rgb(108,113,139); }

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

border-color css

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

 span { border-color: rgb(108,113,139); }

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