Html Css Color HEX #6B778E Storm Grey

📋 copy color: '#6B778E'

red 107 ◦ green 119 ◦ blue 142

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

Shades of Storm Grey #6B778E

Tints of Storm Grey #6B778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 29.08%
G = 32.34%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B778E (or 0x6B778E) is known color: Storm Grey. HEX triplet: 6B, 77 and 8E. RGB value is (107,119,142). Sum of RGB (Red+Green+Blue) = 107+119+142=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B778E is #948871. Grayscale: #757575. Windows color (decimal): -9734258 or 9336683. OLE color: 9336683.

HSL color Cylindrical-coordinate representation of color #6B778E: hue angle of 219.43º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B778E is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 119 142 -
CMYK 0.25 0.16 0 0.44
HSL 219.43º 0.14% 0.49% -
HSV(B) 219.43º 0.25% 0.56% -
XYZ 17.54 18.27 28.19 -
YUV 118.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 107 119 142 0.25 0.16 0 0.44 219.43 0.14 0.49
Hex 6B 77 8E 19 10 0 2C DB E 31
Octal 153 167 216 31 20 0 54 333 16 61
Binary 1101011 1110111 10001110 11001 10000 0 101100 11011011 1110 110001

Color Harmonies of #6B778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B778E

Black with #6B778E

Text Example


Text Example

White with #6B778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,142); }

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

background-color css

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

 a { background-color: rgb(107,119,142); }

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

border-color css

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

 span { border-color: rgb(107,119,142); }

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