Html Css Color HEX #688D91 Gothic

📋 copy color: '#688D91'

red 104 ◦ green 141 ◦ blue 145

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

Shades of Gothic #688D91

Tints of Gothic #688D91

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 26.67%
G = 36.15%
B = 37.18%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#688D91 (or 0x688D91) is known color: Gothic. HEX triplet: 68, 8D and 91. RGB value is (104,141,145). Sum of RGB (Red+Green+Blue) = 104+141+145=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #688D91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D91 is #97726E. Grayscale: #828282. Windows color (decimal): -9925231 or 9538920. OLE color: 9538920.

HSL color Cylindrical-coordinate representation of color #688D91: hue angle of 185.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688D91 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 141 145 -
CMYK 0.28 0.03 0 0.43
HSL 185.85º 0.16% 0.49% -
HSV(B) 185.85º 0.28% 0.57% -
XYZ 20.34 24.04 30.36 -
YUV 130.39 136.24 109.17 -
System Red Green Blue C M Y K H S L
Decimal 104 141 145 0.28 0.03 0 0.43 185.85 0.16 0.49
Hex 68 8D 91 1C 3 0 2B BA 10 31
Octal 150 215 221 34 3 0 53 272 20 61
Binary 1101000 10001101 10010001 11100 11 0 101011 10111010 10000 110001

Color Harmonies of #688D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D91

Black with #688D91

Text Example


Text Example

White with #688D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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