Html Css Color HEX #6B988E Gumbo

📋 copy color: '#6B988E'

red 107 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #6B988E

Tints of Gumbo #6B988E

RGB

 RED value IS 107 (42.19% from 255) = 26.68%

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

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

R = 26.68%
G = 37.91%
B = 35.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6B988E (or 0x6B988E) is known color: Gumbo. HEX triplet: 6B, 98 and 8E. RGB value is (107,152,142). Sum of RGB (Red+Green+Blue) = 107+152+142=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #6B988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B988E is #946771. Grayscale: #898989. Windows color (decimal): -9725810 or 9345131. OLE color: 9345131.

HSL color Cylindrical-coordinate representation of color #6B988E: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B988E is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 142 -
CMYK 0.30 0 0.07 0.40
HSL 166.67º 0.18% 0.51% -
HSV(B) 166.67º 0.3% 0.6% -
XYZ 22.17 27.54 29.74 -
YUV 137.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 107 152 142 0.30 0 0.07 0.40 166.67 0.18 0.51
Hex 6B 98 8E 1E 0 7 28 A7 12 33
Octal 153 230 216 36 0 7 50 247 22 63
Binary 1101011 10011000 10001110 11110 0 111 101000 10100111 10010 110011

Color Harmonies of #6B988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B988E

Black with #6B988E

Text Example


Text Example

White with #6B988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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