#688A93

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

Shades of Gothic #688A93

Tints of Gothic #688A93

Color information

#688A93 (or 0x688A93) is unknown color: approx Gothic. HEX triplet: 68, 8A and 93. RGB value is (104,138,147). Sum of RGB (Red+Green+Blue) = 104+138+147=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #688A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A93 is #97756C. Grayscale: #808080. Windows color (decimal): -9925997 or 9669224. OLE color: 9669224.

HSL color Cylindrical-coordinate representation of color #688A93: hue angle of 192.56º 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 #688A93 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104138147-
CMYK0.290.0600.42
HSL192.56º17.13%49.22%-
HSV(B)192.56º29.25%57.65%-
XYZ20.0623.2331.03-
YUV128.86138.24110.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=26.74%
G=35.48%
B=37.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041381470.290.0600.42192.5617.1349.22
Hex688A931D602Ac11131
Octal1502122233560523012161
Binary110100010001010100100111110111001010101100000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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