#68888A

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

Shades of Gothic #68888A

Tints of Gothic #68888A

Color information

#68888A (or 0x68888A) is unknown color: approx Gothic. HEX triplet: 68, 88 and 8A. RGB value is (104,136,138). Sum of RGB (Red+Green+Blue) = 104+136+138=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #68888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68888A is #977775. Grayscale: #7E7E7E. Windows color (decimal): -9926518 or 9078888. OLE color: 9078888.

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

Color convert

RGB104136138-
CMYK0.250.0100.46
HSL183.53º14.05%47.45%-
HSV(B)183.53º24.64%54.12%-
XYZ19.122.3927.36-
YUV126.66134.4111.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=27.51%
G=35.98%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041361380.250.0100.46183.5314.0547.45
Hex68888A19102Eb8e2f
Octal1502102123110562701657
Binary110100010001000100010101100110101110101110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68888A; }

 p { color: rgb(104,136,138); }

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

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

 a { background-color: rgb(104,136,138); }

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

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

 span { border-color: rgb(104,136,138); }

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