Html Css Color HEX #688690 Gothic

📋 copy color: '#688690'

red 104 ◦ green 134 ◦ blue 144

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

Shades of Gothic #688690

Tints of Gothic #688690

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 27.23%
G = 35.08%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688690 (or 0x688690) is known color: Gothic. HEX triplet: 68, 86 and 90. RGB value is (104,134,144). Sum of RGB (Red+Green+Blue) = 104+134+144=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #688690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688690 is #97796F. Grayscale: #7E7E7E. Windows color (decimal): -9927024 or 9471592. OLE color: 9471592.

HSL color Cylindrical-coordinate representation of color #688690: hue angle of 195º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688690 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 134 144 -
CMYK 0.28 0.07 0 0.44
HSL 195º 0.16% 0.49% -
HSV(B) 195º 0.28% 0.56% -
XYZ 19.27 22.01 29.62 -
YUV 126.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 104 134 144 0.28 0.07 0 0.44 195 0.16 0.49
Hex 68 86 90 1C 7 0 2C C3 10 31
Octal 150 206 220 34 7 0 54 303 20 61
Binary 1101000 10000110 10010000 11100 111 0 101100 11000011 10000 110001

Color Harmonies of #688690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688690

Black with #688690

Text Example


Text Example

White with #688690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688690; }

 p { color: rgb(104,134,144); }

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

background-color css

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

 a { background-color: rgb(104,134,144); }

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

border-color css

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

 span { border-color: rgb(104,134,144); }

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