Html Css Color HEX #6B7387 Storm Grey

📋 copy color: '#6B7387'

red 107 ◦ green 115 ◦ blue 135

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

Shades of Storm Grey #6B7387

Tints of Storm Grey #6B7387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 29.97%
G = 32.21%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B7387 (or 0x6B7387) is known color: Storm Grey. HEX triplet: 6B, 73 and 87. RGB value is (107,115,135). Sum of RGB (Red+Green+Blue) = 107+115+135=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B7387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7387 is #948C78. Grayscale: #727272. Windows color (decimal): -9735289 or 8876907. OLE color: 8876907.

HSL color Cylindrical-coordinate representation of color #6B7387: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B7387 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 115 135 -
CMYK 0.21 0.15 0 0.47
HSL 222.86º 0.12% 0.47% -
HSV(B) 222.86º 0.21% 0.53% -
XYZ 16.57 17.14 25.36 -
YUV 114.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 107 115 135 0.21 0.15 0 0.47 222.86 0.12 0.47
Hex 6B 73 87 15 F 0 2F DF C 2F
Octal 153 163 207 25 17 0 57 337 14 57
Binary 1101011 1110011 10000111 10101 1111 0 101111 11011111 1100 101111

Color Harmonies of #6B7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7387

Black with #6B7387

Text Example


Text Example

White with #6B7387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,135); }

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

background-color css

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

 a { background-color: rgb(107,115,135); }

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

border-color css

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

 span { border-color: rgb(107,115,135); }

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