Html Css Color HEX #6B718D Storm Grey

📋 copy color: '#6B718D'

red 107 ◦ green 113 ◦ blue 141

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

Shades of Storm Grey #6B718D

Tints of Storm Grey #6B718D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 29.64%
G = 31.3%
B = 39.06%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B718D (or 0x6B718D) is known color: Storm Grey. HEX triplet: 6B, 71 and 8D. RGB value is (107,113,141). Sum of RGB (Red+Green+Blue) = 107+113+141=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B718D is #948E72. Grayscale: #727272. Windows color (decimal): -9735795 or 9269611. OLE color: 9269611.

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

Color convert

RGB 107 113 141 -
CMYK 0.24 0.20 0 0.45
HSL 229.41º 0.14% 0.49% -
HSV(B) 229.41º 0.24% 0.55% -
XYZ 16.78 16.86 27.57 -
YUV 114.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 107 113 141 0.24 0.20 0 0.45 229.41 0.14 0.49
Hex 6B 71 8D 18 14 0 2D E5 E 31
Octal 153 161 215 30 24 0 55 345 16 61
Binary 1101011 1110001 10001101 11000 10100 0 101101 11100101 1110 110001

Color Harmonies of #6B718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B718D

Black with #6B718D

Text Example


Text Example

White with #6B718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,141); }

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

background-color css

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

 a { background-color: rgb(107,113,141); }

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

border-color css

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

 span { border-color: rgb(107,113,141); }

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