#688788

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

Shades of Gothic #688788

Tints of Gothic #688788

Color information

#688788 (or 0x688788) is unknown color: approx Gothic. HEX triplet: 68, 87 and 88. RGB value is (104,135,136). Sum of RGB (Red+Green+Blue) = 104+135+136=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #688788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688788 is #977877. Grayscale: #7D7D7D. Windows color (decimal): -9926776 or 8947560. OLE color: 8947560.

HSL color Cylindrical-coordinate representation of color #688788: hue angle of 181.87º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688788 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104135136-
CMYK0.240.0100.47
HSL181.87º13.33%47.06%-
HSV(B)181.87º23.53%53.33%-
XYZ18.8222.0526.56-
YUV125.84133.73112.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=27.73%
G=36%
B=36.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351360.240.0100.47181.8713.3347.06
Hex68878818102Fb6d2f
Octal1502072103010572661557
Binary110100010000111100010001100010101111101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688788; }

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

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

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

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

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

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

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

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