Html Css Color HEX #688788 Gothic

📋 copy color: '#688788'

red 104 ◦ green 135 ◦ blue 136

#688788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #688788

Tints of Gothic #688788

RGB

 RED value IS 104 (41.02% from 255) = 27.73%

 GREEN value IS 135 (53.13% from 255) = 36%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 27.73%
G = 36%
B = 36.27%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#688788 (or 0x688788) is known color: 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.88º 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

RGB 104 135 136 -
CMYK 0.24 0.01 0 0.47
HSL 181.88º 0.13% 0.47% -
HSV(B) 181.88º 0.24% 0.53% -
XYZ 18.82 22.05 26.56 -
YUV 125.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 104 135 136 0.24 0.01 0 0.47 181.88 0.13 0.47
Hex 68 87 88 18 1 0 2F B6 D 2F
Octal 150 207 210 30 1 0 57 266 15 57
Binary 1101000 10000111 10001000 11000 1 0 101111 10110110 1101 101111

Color Harmonies of #688788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688788

Black with #688788

Text Example


Text Example

White with #688788

Text Example


Text Example

HTML Codes & Css Web 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>