Html Css Color HEX #6E7286 Storm Grey

📋 copy color: '#6E7286'

red 110 ◦ green 114 ◦ blue 134

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

Shades of Storm Grey #6E7286

Tints of Storm Grey #6E7286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.84%

 BLUE value IS 134 (52.73% from 255) = 37.43%

R = 30.73%
G = 31.84%
B = 37.43%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6E7286 (or 0x6E7286) is known color: Storm Grey. HEX triplet: 6E, 72 and 86. RGB value is (110,114,134). Sum of RGB (Red+Green+Blue) = 110+114+134=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E7286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7286 is #918D79. Grayscale: #727272. Windows color (decimal): -9538938 or 8811118. OLE color: 8811118.

HSL color Cylindrical-coordinate representation of color #6E7286: hue angle of 230º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E7286 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 114 134 -
CMYK 0.18 0.15 0 0.47
HSL 230º 0.1% 0.48% -
HSV(B) 230º 0.18% 0.53% -
XYZ 16.75 17.07 24.97 -
YUV 115.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 110 114 134 0.18 0.15 0 0.47 230 0.1 0.48
Hex 6E 72 86 12 F 0 2F E6 A 30
Octal 156 162 206 22 17 0 57 346 12 60
Binary 1101110 1110010 10000110 10010 1111 0 101111 11100110 1010 110000

Color Harmonies of #6E7286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7286

Black with #6E7286

Text Example


Text Example

White with #6E7286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,134); }

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

background-color css

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

 a { background-color: rgb(110,114,134); }

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

border-color css

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

 span { border-color: rgb(110,114,134); }

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