Html Css Color HEX #6F768D Storm Grey

📋 copy color: '#6F768D'

red 111 ◦ green 118 ◦ blue 141

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

Shades of Storm Grey #6F768D

Tints of Storm Grey #6F768D

RGB

 RED value IS 111 (43.75% from 255) = 30%

 GREEN value IS 118 (46.48% from 255) = 31.89%

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 30%
G = 31.89%
B = 38.11%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F768D (or 0x6F768D) is known color: Storm Grey. HEX triplet: 6F, 76 and 8D. RGB value is (111,118,141). Sum of RGB (Red+Green+Blue) = 111+118+141=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F768D is #908972. Grayscale: #767676. Windows color (decimal): -9472371 or 9270895. OLE color: 9270895.

HSL color Cylindrical-coordinate representation of color #6F768D: hue angle of 226º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F768D is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 118 141 -
CMYK 0.21 0.16 0 0.45
HSL 226º 0.12% 0.49% -
HSV(B) 226º 0.21% 0.55% -
XYZ 17.84 18.26 27.78 -
YUV 118.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 111 118 141 0.21 0.16 0 0.45 226 0.12 0.49
Hex 6F 76 8D 15 10 0 2D E2 C 31
Octal 157 166 215 25 20 0 55 342 14 61
Binary 1101111 1110110 10001101 10101 10000 0 101101 11100010 1100 110001

Color Harmonies of #6F768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F768D

Black with #6F768D

Text Example


Text Example

White with #6F768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,141); }

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

background-color css

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

 a { background-color: rgb(111,118,141); }

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

border-color css

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

 span { border-color: rgb(111,118,141); }

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