Html Css Color HEX #688889 Gothic

📋 copy color: '#688889'

red 104 ◦ green 136 ◦ blue 137

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

Shades of Gothic #688889

Tints of Gothic #688889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 27.59%
G = 36.07%
B = 36.34%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#688889 (or 0x688889) is known color: Gothic. HEX triplet: 68, 88 and 89. RGB value is (104,136,137). Sum of RGB (Red+Green+Blue) = 104+136+137=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #688889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688889 is #977776. Grayscale: #7E7E7E. Windows color (decimal): -9926519 or 9013352. OLE color: 9013352.

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

Color convert

RGB 104 136 137 -
CMYK 0.24 0.01 0 0.46
HSL 181.82º 0.14% 0.47% -
HSV(B) 181.82º 0.24% 0.54% -
XYZ 19.03 22.36 26.98 -
YUV 126.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 104 136 137 0.24 0.01 0 0.46 181.82 0.14 0.47
Hex 68 88 89 18 1 0 2E B6 E 2F
Octal 150 210 211 30 1 0 56 266 16 57
Binary 1101000 10001000 10001001 11000 1 0 101110 10110110 1110 101111

Color Harmonies of #688889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688889

Black with #688889

Text Example


Text Example

White with #688889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688889; }

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

 H1.HeaderClassName
 {
   color: #688889;
 }
 .AnyTagClassName
 {
   color: #688889;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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