Html Css Color HEX #6C7189 Storm Grey

📋 copy color: '#6C7189'

red 108 ◦ green 113 ◦ blue 137

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

Shades of Storm Grey #6C7189

Tints of Storm Grey #6C7189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.27%

R = 30.17%
G = 31.56%
B = 38.27%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C7189 (or 0x6C7189) is known color: Storm Grey. HEX triplet: 6C, 71 and 89. RGB value is (108,113,137). Sum of RGB (Red+Green+Blue) = 108+113+137=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7189 is #938E76. Grayscale: #727272. Windows color (decimal): -9670263 or 9007468. OLE color: 9007468.

HSL color Cylindrical-coordinate representation of color #6C7189: hue angle of 229.66º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7189 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 113 137 -
CMYK 0.21 0.18 0 0.46
HSL 229.66º 0.12% 0.48% -
HSV(B) 229.66º 0.21% 0.54% -
XYZ 16.6 16.8 26.04 -
YUV 114.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 108 113 137 0.21 0.18 0 0.46 229.66 0.12 0.48
Hex 6C 71 89 15 12 0 2E E6 C 30
Octal 154 161 211 25 22 0 56 346 14 60
Binary 1101100 1110001 10001001 10101 10010 0 101110 11100110 1100 110000

Color Harmonies of #6C7189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7189

Black with #6C7189

Text Example


Text Example

White with #6C7189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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