Html Css Color HEX #6B728A Storm Grey

📋 copy color: '#6B728A'

red 107 ◦ green 114 ◦ blue 138

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

Shades of Storm Grey #6B728A

Tints of Storm Grey #6B728A

RGB

 RED value IS 107 (42.19% from 255) = 29.81%

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 29.81%
G = 31.75%
B = 38.44%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B728A (or 0x6B728A) is known color: Storm Grey. HEX triplet: 6B, 72 and 8A. RGB value is (107,114,138). Sum of RGB (Red+Green+Blue) = 107+114+138=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B728A is #948D75. Grayscale: #727272. Windows color (decimal): -9735542 or 9073259. OLE color: 9073259.

HSL color Cylindrical-coordinate representation of color #6B728A: hue angle of 226.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B728A is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 114 138 -
CMYK 0.22 0.17 0 0.46
HSL 226.45º 0.13% 0.48% -
HSV(B) 226.45º 0.22% 0.54% -
XYZ 16.67 17 26.45 -
YUV 114.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 107 114 138 0.22 0.17 0 0.46 226.45 0.13 0.48
Hex 6B 72 8A 16 11 0 2E E2 D 30
Octal 153 162 212 26 21 0 56 342 15 60
Binary 1101011 1110010 10001010 10110 10001 0 101110 11100010 1101 110000

Color Harmonies of #6B728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B728A

Black with #6B728A

Text Example


Text Example

White with #6B728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,114,138); }

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

background-color css

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

 a { background-color: rgb(107,114,138); }

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

border-color css

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

 span { border-color: rgb(107,114,138); }

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