Html Css Color HEX #6E7583 Storm Grey

📋 copy color: '#6E7583'

red 110 ◦ green 117 ◦ blue 131

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

Shades of Storm Grey #6E7583

Tints of Storm Grey #6E7583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 30.73%
G = 32.68%
B = 36.59%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E7583 (or 0x6E7583) is known color: Storm Grey. HEX triplet: 6E, 75 and 83. RGB value is (110,117,131). Sum of RGB (Red+Green+Blue) = 110+117+131=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E7583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7583 is #918A7C. Grayscale: #747474. Windows color (decimal): -9538173 or 8615278. OLE color: 8615278.

HSL color Cylindrical-coordinate representation of color #6E7583: hue angle of 220º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E7583 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 117 131 -
CMYK 0.16 0.11 0 0.49
HSL 220º 0.09% 0.47% -
HSV(B) 220º 0.16% 0.51% -
XYZ 16.89 17.68 23.99 -
YUV 116.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 110 117 131 0.16 0.11 0 0.49 220 0.09 0.47
Hex 6E 75 83 10 B 0 31 DC 9 2F
Octal 156 165 203 20 13 0 61 334 11 57
Binary 1101110 1110101 10000011 10000 1011 0 110001 11011100 1001 101111

Color Harmonies of #6E7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7583

Black with #6E7583

Text Example


Text Example

White with #6E7583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,117,131); }

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

background-color css

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

 a { background-color: rgb(110,117,131); }

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

border-color css

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

 span { border-color: rgb(110,117,131); }

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