Html Css Color HEX #688C95 Gothic

📋 copy color: '#688C95'

red 104 ◦ green 140 ◦ blue 149

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

Shades of Gothic #688C95

Tints of Gothic #688C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 26.46%
G = 35.62%
B = 37.91%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688C95 (or 0x688C95) is known color: Gothic. HEX triplet: 68, 8C and 95. RGB value is (104,140,149). Sum of RGB (Red+Green+Blue) = 104+140+149=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #688C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C95 is #97736A. Grayscale: #828282. Windows color (decimal): -9925483 or 9800808. OLE color: 9800808.

HSL color Cylindrical-coordinate representation of color #688C95: hue angle of 192º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688C95 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 140 149 -
CMYK 0.30 0.06 0 0.42
HSL 192º 0.18% 0.5% -
HSV(B) 192º 0.3% 0.58% -
XYZ 20.51 23.87 31.96 -
YUV 130.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 104 140 149 0.30 0.06 0 0.42 192 0.18 0.5
Hex 68 8C 95 1E 6 0 2A C0 12 32
Octal 150 214 225 36 6 0 52 300 22 62
Binary 1101000 10001100 10010101 11110 110 0 101010 11000000 10010 110010

Color Harmonies of #688C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C95

Black with #688C95

Text Example


Text Example

White with #688C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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