Html Css Color HEX #6A7184 Storm Grey

📋 copy color: '#6A7184'

red 106 ◦ green 113 ◦ blue 132

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

Shades of Storm Grey #6A7184

Tints of Storm Grey #6A7184

RGB

 RED value IS 106 (41.8% from 255) = 30.2%

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 30.2%
G = 32.19%
B = 37.61%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A7184 (or 0x6A7184) is known color: Storm Grey. HEX triplet: 6A, 71 and 84. RGB value is (106,113,132). Sum of RGB (Red+Green+Blue) = 106+113+132=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7184 is #958E7B. Grayscale: #707070. Windows color (decimal): -9801340 or 8679786. OLE color: 8679786.

HSL color Cylindrical-coordinate representation of color #6A7184: hue angle of 223.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A7184 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 113 132 -
CMYK 0.20 0.14 0 0.48
HSL 223.85º 0.11% 0.47% -
HSV(B) 223.85º 0.2% 0.52% -
XYZ 16.01 16.54 24.18 -
YUV 113.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 106 113 132 0.20 0.14 0 0.48 223.85 0.11 0.47
Hex 6A 71 84 14 E 0 30 E0 B 2F
Octal 152 161 204 24 16 0 60 340 13 57
Binary 1101010 1110001 10000100 10100 1110 0 110000 11100000 1011 101111

Color Harmonies of #6A7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7184

Black with #6A7184

Text Example


Text Example

White with #6A7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,132); }

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

background-color css

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

 a { background-color: rgb(106,113,132); }

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

border-color css

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

 span { border-color: rgb(106,113,132); }

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