Html Css Color HEX #689399 Gothic

📋 copy color: '#689399'

red 104 ◦ green 147 ◦ blue 153

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

Shades of Gothic #689399

Tints of Gothic #689399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 25.74%
G = 36.39%
B = 37.87%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689399 (or 0x689399) is known color: Gothic. HEX triplet: 68, 93 and 99. RGB value is (104,147,153). Sum of RGB (Red+Green+Blue) = 104+147+153=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #689399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689399 is #976C66. Grayscale: #868686. Windows color (decimal): -9923687 or 10064744. OLE color: 10064744.

HSL color Cylindrical-coordinate representation of color #689399: hue angle of 187.35º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689399 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 147 153 -
CMYK 0.32 0.04 0 0.4
HSL 187.35º 0.19% 0.5% -
HSV(B) 187.35º 0.32% 0.6% -
XYZ 21.89 26.11 34.02 -
YUV 134.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 104 147 153 0.32 0.04 0 0.4 187.35 0.19 0.5
Hex 68 93 99 20 4 0 28 BB 13 32
Octal 150 223 231 40 4 0 50 273 23 62
Binary 1101000 10010011 10011001 100000 100 0 101000 10111011 10011 110010

Color Harmonies of #689399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689399

Black with #689399

Text Example


Text Example

White with #689399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689399; }

 p { color: rgb(104,147,153); }

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

background-color css

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

 a { background-color: rgb(104,147,153); }

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

border-color css

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

 span { border-color: rgb(104,147,153); }

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