Html Css Color HEX #6E7483 Storm Grey

📋 copy color: '#6E7483'

red 110 ◦ green 116 ◦ blue 131

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

Shades of Storm Grey #6E7483

Tints of Storm Grey #6E7483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 30.81%
G = 32.49%
B = 36.69%

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

#6E7483 (or 0x6E7483) is known color: Storm Grey. HEX triplet: 6E, 74 and 83. RGB value is (110,116,131). Sum of RGB (Red+Green+Blue) = 110+116+131=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E7483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7483 is #918B7C. Grayscale: #737373. Windows color (decimal): -9538429 or 8615022. OLE color: 8615022.

HSL color Cylindrical-coordinate representation of color #6E7483: hue angle of 222.86º 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 #6E7483 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 116 131 -
CMYK 0.16 0.11 0 0.49
HSL 222.86º 0.09% 0.47% -
HSV(B) 222.86º 0.16% 0.51% -
XYZ 16.77 17.44 23.96 -
YUV 115.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 110 116 131 0.16 0.11 0 0.49 222.86 0.09 0.47
Hex 6E 74 83 10 B 0 31 DF 9 2F
Octal 156 164 203 20 13 0 61 337 11 57
Binary 1101110 1110100 10000011 10000 1011 0 110001 11011111 1001 101111

Color Harmonies of #6E7483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7483

Black with #6E7483

Text Example


Text Example

White with #6E7483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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