Html Css Color HEX #688790 Gothic

📋 copy color: '#688790'

red 104 ◦ green 135 ◦ blue 144

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

Shades of Gothic #688790

Tints of Gothic #688790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 27.15%
G = 35.25%
B = 37.6%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688790 (or 0x688790) is known color: Gothic. HEX triplet: 68, 87 and 90. RGB value is (104,135,144). Sum of RGB (Red+Green+Blue) = 104+135+144=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #688790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688790 is #97786F. Grayscale: #7E7E7E. Windows color (decimal): -9926768 or 9471848. OLE color: 9471848.

HSL color Cylindrical-coordinate representation of color #688790: hue angle of 193.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688790 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 135 144 -
CMYK 0.28 0.06 0 0.44
HSL 193.5º 0.16% 0.49% -
HSV(B) 193.5º 0.28% 0.56% -
XYZ 19.41 22.28 29.66 -
YUV 126.76 137.73 111.77 -
System Red Green Blue C M Y K H S L
Decimal 104 135 144 0.28 0.06 0 0.44 193.5 0.16 0.49
Hex 68 87 90 1C 6 0 2C C2 10 31
Octal 150 207 220 34 6 0 54 302 20 61
Binary 1101000 10000111 10010000 11100 110 0 101100 11000010 10000 110001

Color Harmonies of #688790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688790

Black with #688790

Text Example


Text Example

White with #688790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688790; }

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

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

background-color css

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

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

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

border-color css

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

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

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