#688D96

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

Shades of Gothic #688D96

Tints of Gothic #688D96

Color information

#688D96 (or 0x688D96) is unknown color: approx Gothic. HEX triplet: 68, 8D and 96. RGB value is (104,141,150). Sum of RGB (Red+Green+Blue) = 104+141+150=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #688D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D96 is #977269. Grayscale: #828282. Windows color (decimal): -9925226 or 9866600. OLE color: 9866600.

HSL color Cylindrical-coordinate representation of color #688D96: hue angle of 191.74º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688D96 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104141150-
CMYK0.310.0600.41
HSL191.74º18.11%49.8%-
HSV(B)191.74º30.67%58.82%-
XYZ20.7424.1932.43-
YUV130.96138.74108.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=26.33%
G=35.70%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041411500.310.0600.41191.7418.1149.8
Hex688D961F6029c01232
Octal1502152263760513002262
Binary110100010001101100101101111111001010011100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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