Html Css Color HEX #688F96 Gothic

📋 copy color: '#688F96'

red 104 ◦ green 143 ◦ blue 150

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

Shades of Gothic #688F96

Tints of Gothic #688F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 26.2%
G = 36.02%
B = 37.78%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688F96 (or 0x688F96) is known color: Gothic. HEX triplet: 68, 8F and 96. RGB value is (104,143,150). Sum of RGB (Red+Green+Blue) = 104+143+150=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #688F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F96 is #977069. Grayscale: #848484. Windows color (decimal): -9924714 or 9867112. OLE color: 9867112.

HSL color Cylindrical-coordinate representation of color #688F96: hue angle of 189.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688F96 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 143 150 -
CMYK 0.31 0.05 0 0.41
HSL 189.13º 0.18% 0.5% -
HSV(B) 189.13º 0.31% 0.59% -
XYZ 21.04 24.79 32.53 -
YUV 132.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 104 143 150 0.31 0.05 0 0.41 189.13 0.18 0.5
Hex 68 8F 96 1F 5 0 29 BD 12 32
Octal 150 217 226 37 5 0 51 275 22 62
Binary 1101000 10001111 10010110 11111 101 0 101001 10111101 10010 110010

Color Harmonies of #688F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F96

Black with #688F96

Text Example


Text Example

White with #688F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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