Html Css Color HEX #6F988D Gumbo

📋 copy color: '#6F988D'

red 111 ◦ green 152 ◦ blue 141

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

Shades of Gumbo #6F988D

Tints of Gumbo #6F988D

RGB

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

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

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

R = 27.48%
G = 37.62%
B = 34.9%

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

#6F988D (or 0x6F988D) is known color: Gumbo. HEX triplet: 6F, 98 and 8D. RGB value is (111,152,141). Sum of RGB (Red+Green+Blue) = 111+152+141=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #6F988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F988D is #906772. Grayscale: #8A8A8A. Windows color (decimal): -9463667 or 9279599. OLE color: 9279599.

HSL color Cylindrical-coordinate representation of color #6F988D: hue angle of 163.9º 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 #6F988D is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 141 -
CMYK 0.27 0 0.07 0.40
HSL 163.9º 0.17% 0.52% -
HSV(B) 163.9º 0.27% 0.6% -
XYZ 22.59 27.76 29.37 -
YUV 138.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 111 152 141 0.27 0 0.07 0.40 163.9 0.17 0.52
Hex 6F 98 8D 1B 0 7 28 A4 11 34
Octal 157 230 215 33 0 7 50 244 21 64
Binary 1101111 10011000 10001101 11011 0 111 101000 10100100 10001 110100

Color Harmonies of #6F988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F988D

Black with #6F988D

Text Example


Text Example

White with #6F988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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