Html Css Color HEX #688590 Gothic

📋 copy color: '#688590'

red 104 ◦ green 133 ◦ blue 144

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

Shades of Gothic #688590

Tints of Gothic #688590

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 27.3%
G = 34.91%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688590 (or 0x688590) is known color: Gothic. HEX triplet: 68, 85 and 90. RGB value is (104,133,144). Sum of RGB (Red+Green+Blue) = 104+133+144=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #688590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688590 is #977A6F. Grayscale: #7D7D7D. Windows color (decimal): -9927280 or 9471336. OLE color: 9471336.

HSL color Cylindrical-coordinate representation of color #688590: hue angle of 196.5º 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 #688590 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 133 144 -
CMYK 0.28 0.08 0 0.44
HSL 196.5º 0.16% 0.49% -
HSV(B) 196.5º 0.28% 0.56% -
XYZ 19.13 21.73 29.57 -
YUV 125.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 104 133 144 0.28 0.08 0 0.44 196.5 0.16 0.49
Hex 68 85 90 1C 8 0 2C C4 10 31
Octal 150 205 220 34 10 0 54 304 20 61
Binary 1101000 10000101 10010000 11100 1000 0 101100 11000100 10000 110001

Color Harmonies of #688590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688590

Black with #688590

Text Example


Text Example

White with #688590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688590; }

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

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

background-color css

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

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

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

border-color css

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

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

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