#679088

Color #679088 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #679088

Tints of Gumbo #679088

Color information

#679088 (or 0x679088) is unknown color: approx Gumbo. HEX triplet: 67, 90 and 88. RGB value is (103,144,136). Sum of RGB (Red+Green+Blue) = 103+144+136=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #679088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679088 is #986F77. Grayscale: #828282. Windows color (decimal): -9990008 or 8949863. OLE color: 8949863.

HSL color Cylindrical-coordinate representation of color #679088: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #679088 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB103144136-
CMYK0.2800.060.44
HSL168.29º16.6%48.43%-
HSV(B)168.29º28.47%56.47%-
XYZ20.0124.6126.99-
YUV130.83130.92108.15-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.89%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=26.89%
G=37.60%
B=35.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031441360.2800.060.44168.2916.648.43
Hex6790881C062Ca81130
Octal1472202103406542502160
Binary110011110010000100010001110001101011001010100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679088; }

 p { color: rgb(103,144,136); }

 H1.HeaderClassName
 {
   color: #679088;
 }
 .AnyTagClassName
 {
   color: #679088;
 }
</style>
background-color css

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

 a { background-color: rgb(103,144,136); }

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

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

 span { border-color: rgb(103,144,136); }

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