Html Css Color HEX #6F988E Gumbo

📋 copy color: '#6F988E'

red 111 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #6F988E

Tints of Gumbo #6F988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.53%

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

R = 27.41%
G = 37.53%
B = 35.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6F988E (or 0x6F988E) is known color: Gumbo. HEX triplet: 6F, 98 and 8E. RGB value is (111,152,142). Sum of RGB (Red+Green+Blue) = 111+152+142=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #6F988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F988E is #906771. Grayscale: #8A8A8A. Windows color (decimal): -9463666 or 9345135. OLE color: 9345135.

HSL color Cylindrical-coordinate representation of color #6F988E: hue angle of 165.37º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F988E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 142 -
CMYK 0.27 0 0.07 0.40
HSL 165.37º 0.17% 0.52% -
HSV(B) 165.37º 0.27% 0.6% -
XYZ 22.67 27.79 29.76 -
YUV 138.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 111 152 142 0.27 0 0.07 0.40 165.37 0.17 0.52
Hex 6F 98 8E 1B 0 7 28 A5 11 34
Octal 157 230 216 33 0 7 50 245 21 64
Binary 1101111 10011000 10001110 11011 0 111 101000 10100101 10001 110100

Color Harmonies of #6F988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F988E

Black with #6F988E

Text Example


Text Example

White with #6F988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,142); }

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

background-color css

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

 a { background-color: rgb(111,152,142); }

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

border-color css

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

 span { border-color: rgb(111,152,142); }

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