Html Css Color HEX #688F95 Gothic

📋 copy color: '#688F95'

red 104 ◦ green 143 ◦ blue 149

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

Shades of Gothic #688F95

Tints of Gothic #688F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 26.26%
G = 36.11%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688F95 (or 0x688F95) is known color: Gothic. HEX triplet: 68, 8F and 95. RGB value is (104,143,149). Sum of RGB (Red+Green+Blue) = 104+143+149=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #688F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F95 is #97706A. Grayscale: #838383. Windows color (decimal): -9924715 or 9801576. OLE color: 9801576.

HSL color Cylindrical-coordinate representation of color #688F95: hue angle of 188º 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 #688F95 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 143 149 -
CMYK 0.30 0.04 0 0.42
HSL 188º 0.18% 0.5% -
HSV(B) 188º 0.3% 0.58% -
XYZ 20.96 24.76 32.11 -
YUV 132.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 104 143 149 0.30 0.04 0 0.42 188 0.18 0.5
Hex 68 8F 95 1E 4 0 2A BC 12 32
Octal 150 217 225 36 4 0 52 274 22 62
Binary 1101000 10001111 10010101 11110 100 0 101010 10111100 10010 110010

Color Harmonies of #688F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F95

Black with #688F95

Text Example


Text Example

White with #688F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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