Html Css Color HEX #688A8F Gothic

📋 copy color: '#688A8F'

red 104 ◦ green 138 ◦ blue 143

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

Shades of Gothic #688A8F

Tints of Gothic #688A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 27.01%
G = 35.84%
B = 37.14%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688A8F (or 0x688A8F) is known color: Gothic. HEX triplet: 68, 8A and 8F. RGB value is (104,138,143). Sum of RGB (Red+Green+Blue) = 104+138+143=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #688A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A8F is #977570. Grayscale: #808080. Windows color (decimal): -9926001 or 9407080. OLE color: 9407080.

HSL color Cylindrical-coordinate representation of color #688A8F: hue angle of 187.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688A8F is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 138 143 -
CMYK 0.27 0.03 0 0.44
HSL 187.69º 0.16% 0.48% -
HSV(B) 187.69º 0.27% 0.56% -
XYZ 19.76 23.1 29.4 -
YUV 128.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 104 138 143 0.27 0.03 0 0.44 187.69 0.16 0.48
Hex 68 8A 8F 1B 3 0 2C BC 10 30
Octal 150 212 217 33 3 0 54 274 20 60
Binary 1101000 10001010 10001111 11011 11 0 101100 10111100 10000 110000

Color Harmonies of #688A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A8F

Black with #688A8F

Text Example


Text Example

White with #688A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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