Html Css Color HEX #6F768B Storm Grey

📋 copy color: '#6F768B'

red 111 ◦ green 118 ◦ blue 139

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

Shades of Storm Grey #6F768B

Tints of Storm Grey #6F768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 30.16%
G = 32.07%
B = 37.77%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F768B (or 0x6F768B) is known color: Storm Grey. HEX triplet: 6F, 76 and 8B. RGB value is (111,118,139). Sum of RGB (Red+Green+Blue) = 111+118+139=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F768B is #908974. Grayscale: #767676. Windows color (decimal): -9472373 or 9139823. OLE color: 9139823.

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

Color convert

RGB 111 118 139 -
CMYK 0.20 0.15 0 0.45
HSL 225º 0.11% 0.49% -
HSV(B) 225º 0.2% 0.55% -
XYZ 17.69 18.2 27.01 -
YUV 118.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 111 118 139 0.20 0.15 0 0.45 225 0.11 0.49
Hex 6F 76 8B 14 F 0 2D E1 B 31
Octal 157 166 213 24 17 0 55 341 13 61
Binary 1101111 1110110 10001011 10100 1111 0 101101 11100001 1011 110001

Color Harmonies of #6F768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F768B

Black with #6F768B

Text Example


Text Example

White with #6F768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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