#688E93

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

Shades of Gothic #688E93

Tints of Gothic #688E93

Color information

#688E93 (or 0x688E93) is unknown color: approx Gothic. HEX triplet: 68, 8E and 93. RGB value is (104,142,147). Sum of RGB (Red+Green+Blue) = 104+142+147=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #688E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E93 is #97716C. Grayscale: #838383. Windows color (decimal): -9924973 or 9670248. OLE color: 9670248.

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

Color convert

RGB104142147-
CMYK0.290.0300.42
HSL186.98º17.13%49.22%-
HSV(B)186.98º29.25%57.65%-
XYZ20.6524.431.22-
YUV131.21136.91108.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 147 (57.81% from 255) = 37.40%
R=26.46%
G=36.13%
B=37.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041421470.290.0300.42186.9817.1349.22
Hex688E931D302Abb1131
Octal1502162233530522732161
Binary11010001000111010010011111011101010101011101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688E93; }

 p { color: rgb(104,142,147); }

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

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

 a { background-color: rgb(104,142,147); }

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

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

 span { border-color: rgb(104,142,147); }

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