#688D95

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

Shades of Gothic #688D95

Tints of Gothic #688D95

Color information

#688D95 (or 0x688D95) is unknown color: approx Gothic. HEX triplet: 68, 8D and 95. RGB value is (104,141,149). Sum of RGB (Red+Green+Blue) = 104+141+149=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #688D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D95 is #97726A. Grayscale: #828282. Windows color (decimal): -9925227 or 9801064. OLE color: 9801064.

HSL color Cylindrical-coordinate representation of color #688D95: hue angle of 190.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688D95 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104141149-
CMYK0.300.0500.42
HSL190.67º17.79%49.61%-
HSV(B)190.67º30.2%58.43%-
XYZ20.6624.1632.01-
YUV130.85138.24108.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=26.40%
G=35.79%
B=37.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041411490.300.0500.42190.6717.7949.61
Hex688D951E502Abf1232
Octal1502152253650522772262
Binary110100010001101100101011111010101010101011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,149); }

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

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

 a { background-color: rgb(104,141,149); }

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

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

 span { border-color: rgb(104,141,149); }

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