Html Css Color HEX #6A728C Storm Grey

📋 copy color: '#6A728C'

red 106 ◦ green 114 ◦ blue 140

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

Shades of Storm Grey #6A728C

Tints of Storm Grey #6A728C

RGB

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

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

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

R = 29.44%
G = 31.67%
B = 38.89%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A728C (or 0x6A728C) is known color: Storm Grey. HEX triplet: 6A, 72 and 8C. RGB value is (106,114,140). Sum of RGB (Red+Green+Blue) = 106+114+140=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A728C is #958D73. Grayscale: #727272. Windows color (decimal): -9801076 or 9204330. OLE color: 9204330.

HSL color Cylindrical-coordinate representation of color #6A728C: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A728C is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 114 140 -
CMYK 0.24 0.19 0 0.45
HSL 225.88º 0.14% 0.48% -
HSV(B) 225.88º 0.24% 0.55% -
XYZ 16.69 16.99 27.21 -
YUV 114.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 106 114 140 0.24 0.19 0 0.45 225.88 0.14 0.48
Hex 6A 72 8C 18 13 0 2D E2 E 30
Octal 152 162 214 30 23 0 55 342 16 60
Binary 1101010 1110010 10001100 11000 10011 0 101101 11100010 1110 110000

Color Harmonies of #6A728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A728C

Black with #6A728C

Text Example


Text Example

White with #6A728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,114,140); }

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

background-color css

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

 a { background-color: rgb(106,114,140); }

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

border-color css

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

 span { border-color: rgb(106,114,140); }

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