Html Css Color HEX #688C92 Gothic

📋 copy color: '#688C92'

red 104 ◦ green 140 ◦ blue 146

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

Shades of Gothic #688C92

Tints of Gothic #688C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 146 (57.42% from 255) = 37.44%

R = 26.67%
G = 35.9%
B = 37.44%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#688C92 (or 0x688C92) is known color: Gothic. HEX triplet: 68, 8C and 92. RGB value is (104,140,146). Sum of RGB (Red+Green+Blue) = 104+140+146=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #688C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C92 is #97736D. Grayscale: #818181. Windows color (decimal): -9925486 or 9604200. OLE color: 9604200.

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

Color convert

RGB 104 140 146 -
CMYK 0.29 0.04 0 0.43
HSL 188.57º 0.17% 0.49% -
HSV(B) 188.57º 0.29% 0.57% -
XYZ 20.28 23.77 30.71 -
YUV 129.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 104 140 146 0.29 0.04 0 0.43 188.57 0.17 0.49
Hex 68 8C 92 1D 4 0 2B BD 11 31
Octal 150 214 222 35 4 0 53 275 21 61
Binary 1101000 10001100 10010010 11101 100 0 101011 10111101 10001 110001

Color Harmonies of #688C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C92

Black with #688C92

Text Example


Text Example

White with #688C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,140,146); }

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

background-color css

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

 a { background-color: rgb(104,140,146); }

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

border-color css

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

 span { border-color: rgb(104,140,146); }

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