Html Css Color HEX #6C988E Gumbo

📋 copy color: '#6C988E'

red 108 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #6C988E

Tints of Gumbo #6C988E

RGB

 RED value IS 108 (42.58% from 255) = 26.87%

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

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

R = 26.87%
G = 37.81%
B = 35.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#6C988E (or 0x6C988E) is known color: Gumbo. HEX triplet: 6C, 98 and 8E. RGB value is (108,152,142). Sum of RGB (Red+Green+Blue) = 108+152+142=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #6C988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C988E is #936771. Grayscale: #898989. Windows color (decimal): -9660274 or 9345132. OLE color: 9345132.

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

Color convert

RGB 108 152 142 -
CMYK 0.29 0 0.07 0.40
HSL 166.36º 0.18% 0.51% -
HSV(B) 166.36º 0.29% 0.6% -
XYZ 22.3 27.6 29.74 -
YUV 137.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 108 152 142 0.29 0 0.07 0.40 166.36 0.18 0.51
Hex 6C 98 8E 1D 0 7 28 A6 12 33
Octal 154 230 216 35 0 7 50 246 22 63
Binary 1101100 10011000 10001110 11101 0 111 101000 10100110 10010 110011

Color Harmonies of #6C988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C988E

Black with #6C988E

Text Example


Text Example

White with #6C988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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