Html Css Color HEX #688A8B Gothic

📋 copy color: '#688A8B'

red 104 ◦ green 138 ◦ blue 139

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

Shades of Gothic #688A8B

Tints of Gothic #688A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 27.3%
G = 36.22%
B = 36.48%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#688A8B (or 0x688A8B) is known color: Gothic. HEX triplet: 68, 8A and 8B. RGB value is (104,138,139). Sum of RGB (Red+Green+Blue) = 104+138+139=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #688A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A8B is #977574. Grayscale: #7F7F7F. Windows color (decimal): -9926005 or 9144936. OLE color: 9144936.

HSL color Cylindrical-coordinate representation of color #688A8B: hue angle of 181.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A8B is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 138 139 -
CMYK 0.25 0.01 0 0.45
HSL 181.71º 0.14% 0.48% -
HSV(B) 181.71º 0.25% 0.55% -
XYZ 19.46 22.98 27.84 -
YUV 127.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 104 138 139 0.25 0.01 0 0.45 181.71 0.14 0.48
Hex 68 8A 8B 19 1 0 2D B6 E 30
Octal 150 212 213 31 1 0 55 266 16 60
Binary 1101000 10001010 10001011 11001 1 0 101101 10110110 1110 110000

Color Harmonies of #688A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A8B

Black with #688A8B

Text Example


Text Example

White with #688A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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