Html Css Color HEX #6B718B Storm Grey

📋 copy color: '#6B718B'

red 107 ◦ green 113 ◦ blue 139

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

Shades of Storm Grey #6B718B

Tints of Storm Grey #6B718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 29.81%
G = 31.48%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B718B (or 0x6B718B) is known color: Storm Grey. HEX triplet: 6B, 71 and 8B. RGB value is (107,113,139). Sum of RGB (Red+Green+Blue) = 107+113+139=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B718B is #948E74. Grayscale: #727272. Windows color (decimal): -9735797 or 9138539. OLE color: 9138539.

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

Color convert

RGB 107 113 139 -
CMYK 0.23 0.19 0 0.45
HSL 228.75º 0.13% 0.48% -
HSV(B) 228.75º 0.23% 0.55% -
XYZ 16.63 16.8 26.79 -
YUV 114.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 107 113 139 0.23 0.19 0 0.45 228.75 0.13 0.48
Hex 6B 71 8B 17 13 0 2D E5 D 30
Octal 153 161 213 27 23 0 55 345 15 60
Binary 1101011 1110001 10001011 10111 10011 0 101101 11100101 1101 110000

Color Harmonies of #6B718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B718B

Black with #6B718B

Text Example


Text Example

White with #6B718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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