Html Css Color HEX #668C88 Gumbo

📋 copy color: '#668C88'

red 102 ◦ green 140 ◦ blue 136

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

Shades of Gumbo #668C88

Tints of Gumbo #668C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

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

R = 26.98%
G = 37.04%
B = 35.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#668C88 (or 0x668C88) is known color: Gumbo. HEX triplet: 66, 8C and 88. RGB value is (102,140,136). Sum of RGB (Red+Green+Blue) = 102+140+136=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #668C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C88 is #997377. Grayscale: #808080. Windows color (decimal): -10056568 or 8948838. OLE color: 8948838.

HSL color Cylindrical-coordinate representation of color #668C88: hue angle of 173.68º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668C88 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 136 -
CMYK 0.27 0 0.03 0.45
HSL 173.68º 0.16% 0.47% -
HSV(B) 173.68º 0.27% 0.55% -
XYZ 19.3 23.36 26.78 -
YUV 128.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 102 140 136 0.27 0 0.03 0.45 173.68 0.16 0.47
Hex 66 8C 88 1B 0 3 2D AE 10 2F
Octal 146 214 210 33 0 3 55 256 20 57
Binary 1100110 10001100 10001000 11011 0 11 101101 10101110 10000 101111

Color Harmonies of #668C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C88

Black with #668C88

Text Example


Text Example

White with #668C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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