Html Css Color HEX #668988 Gumbo

📋 copy color: '#668988'

red 102 ◦ green 137 ◦ blue 136

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

Shades of Gumbo #668988

Tints of Gumbo #668988

RGB

 RED value IS 102 (40.23% from 255) = 27.2%

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 27.2%
G = 36.53%
B = 36.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#668988 (or 0x668988) is known color: Gumbo. HEX triplet: 66, 89 and 88. RGB value is (102,137,136). Sum of RGB (Red+Green+Blue) = 102+137+136=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #668988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668988 is #997677. Grayscale: #7E7E7E. Windows color (decimal): -10057336 or 8948070. OLE color: 8948070.

HSL color Cylindrical-coordinate representation of color #668988: hue angle of 178.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668988 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 136 -
CMYK 0.26 0 0.01 0.46
HSL 178.29º 0.15% 0.47% -
HSV(B) 178.29º 0.26% 0.54% -
XYZ 18.87 22.49 26.64 -
YUV 126.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 102 137 136 0.26 0 0.01 0.46 178.29 0.15 0.47
Hex 66 89 88 1A 0 1 2E B2 F 2F
Octal 146 211 210 32 0 1 56 262 17 57
Binary 1100110 10001001 10001000 11010 0 1 101110 10110010 1111 101111

Color Harmonies of #668988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668988

Black with #668988

Text Example


Text Example

White with #668988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668988; }

 p { color: rgb(102,137,136); }

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

background-color css

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

 a { background-color: rgb(102,137,136); }

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

border-color css

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

 span { border-color: rgb(102,137,136); }

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