Html Css Color HEX #6B7286 Storm Grey

📋 copy color: '#6B7286'

red 107 ◦ green 114 ◦ blue 134

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

Shades of Storm Grey #6B7286

Tints of Storm Grey #6B7286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.75%

R = 30.14%
G = 32.11%
B = 37.75%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6B7286 (or 0x6B7286) is known color: Storm Grey. HEX triplet: 6B, 72 and 86. RGB value is (107,114,134). Sum of RGB (Red+Green+Blue) = 107+114+134=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B7286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7286 is #948D79. Grayscale: #727272. Windows color (decimal): -9735546 or 8811115. OLE color: 8811115.

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

Color convert

RGB 107 114 134 -
CMYK 0.20 0.15 0 0.47
HSL 224.44º 0.11% 0.47% -
HSV(B) 224.44º 0.2% 0.53% -
XYZ 16.38 16.88 24.95 -
YUV 114.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 107 114 134 0.20 0.15 0 0.47 224.44 0.11 0.47
Hex 6B 72 86 14 F 0 2F E0 B 2F
Octal 153 162 206 24 17 0 57 340 13 57
Binary 1101011 1110010 10000110 10100 1111 0 101111 11100000 1011 101111

Color Harmonies of #6B7286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7286

Black with #6B7286

Text Example


Text Example

White with #6B7286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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