#69948C

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

Shades of Gumbo #69948C

Tints of Gumbo #69948C

Color information

#69948C (or 0x69948C) is unknown color: approx Gumbo. HEX triplet: 69, 94 and 8C. RGB value is (105,148,140). Sum of RGB (Red+Green+Blue) = 105+148+140=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #69948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948C is #966B73. Grayscale: #868686. Windows color (decimal): -9857908 or 9213033. OLE color: 9213033.

HSL color Cylindrical-coordinate representation of color #69948C: hue angle of 168.84º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69948C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB105148140-
CMYK0.2900.050.42
HSL168.84º17%49.61%-
HSV(B)168.84º29.05%58.04%-
XYZ21.1526.0828.73-
YUV134.23131.25107.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.72%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=26.72%
G=37.66%
B=35.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481400.2900.050.42168.841749.61
Hex69948C1D052Aa91132
Octal1512242143505522512162
Binary110100110010100100011001110101011010101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69948C; }

 p { color: rgb(105,148,140); }

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

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

 a { background-color: rgb(105,148,140); }

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

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

 span { border-color: rgb(105,148,140); }

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