Html Css Color HEX #6E738C Storm Grey

📋 copy color: '#6E738C'

red 110 ◦ green 115 ◦ blue 140

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

Shades of Storm Grey #6E738C

Tints of Storm Grey #6E738C

RGB

 RED value IS 110 (43.36% from 255) = 30.14%

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 30.14%
G = 31.51%
B = 38.36%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E738C (or 0x6E738C) is known color: Storm Grey. HEX triplet: 6E, 73 and 8C. RGB value is (110,115,140). Sum of RGB (Red+Green+Blue) = 110+115+140=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E738C is #918C73. Grayscale: #747474. Windows color (decimal): -9538676 or 9204590. OLE color: 9204590.

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

Color convert

RGB 110 115 140 -
CMYK 0.21 0.18 0 0.45
HSL 230º 0.12% 0.49% -
HSV(B) 230º 0.21% 0.55% -
XYZ 17.29 17.47 27.27 -
YUV 116.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 110 115 140 0.21 0.18 0 0.45 230 0.12 0.49
Hex 6E 73 8C 15 12 0 2D E6 C 31
Octal 156 163 214 25 22 0 55 346 14 61
Binary 1101110 1110011 10001100 10101 10010 0 101101 11100110 1100 110001

Color Harmonies of #6E738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E738C

Black with #6E738C

Text Example


Text Example

White with #6E738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,115,140); }

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

background-color css

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

 a { background-color: rgb(110,115,140); }

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

border-color css

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

 span { border-color: rgb(110,115,140); }

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