Html Css Color HEX #6C738D Storm Grey

📋 copy color: '#6C738D'

red 108 ◦ green 115 ◦ blue 141

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

Shades of Storm Grey #6C738D

Tints of Storm Grey #6C738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 29.67%
G = 31.59%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C738D (or 0x6C738D) is known color: Storm Grey. HEX triplet: 6C, 73 and 8D. RGB value is (108,115,141). Sum of RGB (Red+Green+Blue) = 108+115+141=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C738D is #938C72. Grayscale: #737373. Windows color (decimal): -9669747 or 9270124. OLE color: 9270124.

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

Color convert

RGB 108 115 141 -
CMYK 0.23 0.18 0 0.45
HSL 227.27º 0.13% 0.49% -
HSV(B) 227.27º 0.23% 0.55% -
XYZ 17.12 17.37 27.65 -
YUV 115.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 108 115 141 0.23 0.18 0 0.45 227.27 0.13 0.49
Hex 6C 73 8D 17 12 0 2D E3 D 31
Octal 154 163 215 27 22 0 55 343 15 61
Binary 1101100 1110011 10001101 10111 10010 0 101101 11100011 1101 110001

Color Harmonies of #6C738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C738D

Black with #6C738D

Text Example


Text Example

White with #6C738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,115,141); }

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

background-color css

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

 a { background-color: rgb(108,115,141); }

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

border-color css

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

 span { border-color: rgb(108,115,141); }

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