Html Css Color HEX #6C7791 Storm Grey

📋 copy color: '#6C7791'

red 108 ◦ green 119 ◦ blue 145

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

Shades of Storm Grey #6C7791

Tints of Storm Grey #6C7791

RGB

 RED value IS 108 (42.58% from 255) = 29.03%

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

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 29.03%
G = 31.99%
B = 38.98%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C7791 (or 0x6C7791) is known color: Storm Grey. HEX triplet: 6C, 77 and 91. RGB value is (108,119,145). Sum of RGB (Red+Green+Blue) = 108+119+145=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7791 is #93886E. Grayscale: #767676. Windows color (decimal): -9668719 or 9533292. OLE color: 9533292.

HSL color Cylindrical-coordinate representation of color #6C7791: hue angle of 222.16º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C7791 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 119 145 -
CMYK 0.26 0.18 0 0.43
HSL 222.16º 0.15% 0.5% -
HSV(B) 222.16º 0.26% 0.57% -
XYZ 17.89 18.43 29.4 -
YUV 118.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 108 119 145 0.26 0.18 0 0.43 222.16 0.15 0.5
Hex 6C 77 91 1A 12 0 2B DE F 32
Octal 154 167 221 32 22 0 53 336 17 62
Binary 1101100 1110111 10010001 11010 10010 0 101011 11011110 1111 110010

Color Harmonies of #6C7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7791

Black with #6C7791

Text Example


Text Example

White with #6C7791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,119,145); }

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

background-color css

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

 a { background-color: rgb(108,119,145); }

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

border-color css

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

 span { border-color: rgb(108,119,145); }

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