Html Css Color HEX #668C87 Gumbo

📋 copy color: '#668C87'

red 102 ◦ green 140 ◦ blue 135

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

Shades of Gumbo #668C87

Tints of Gumbo #668C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 27.06%
G = 37.14%
B = 35.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#668C87 (or 0x668C87) is known color: Gumbo. HEX triplet: 66, 8C and 87. RGB value is (102,140,135). Sum of RGB (Red+Green+Blue) = 102+140+135=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #668C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C87 is #997378. Grayscale: #808080. Windows color (decimal): -10056569 or 8883302. OLE color: 8883302.

HSL color Cylindrical-coordinate representation of color #668C87: hue angle of 172.11º 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 #668C87 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 135 -
CMYK 0.27 0 0.04 0.45
HSL 172.11º 0.16% 0.47% -
HSV(B) 172.11º 0.27% 0.55% -
XYZ 19.23 23.33 26.41 -
YUV 128.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 102 140 135 0.27 0 0.04 0.45 172.11 0.16 0.47
Hex 66 8C 87 1B 0 4 2D AC 10 2F
Octal 146 214 207 33 0 4 55 254 20 57
Binary 1100110 10001100 10000111 11011 0 100 101101 10101100 10000 101111

Color Harmonies of #668C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C87

Black with #668C87

Text Example


Text Example

White with #668C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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