Html Css Color HEX #689199 Gothic

📋 copy color: '#689199'

red 104 ◦ green 145 ◦ blue 153

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

Shades of Gothic #689199

Tints of Gothic #689199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.07%

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

R = 25.87%
G = 36.07%
B = 38.06%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689199 (or 0x689199) is known color: Gothic. HEX triplet: 68, 91 and 99. RGB value is (104,145,153). Sum of RGB (Red+Green+Blue) = 104+145+153=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #689199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689199 is #976E66. Grayscale: #858585. Windows color (decimal): -9924199 or 10064232. OLE color: 10064232.

HSL color Cylindrical-coordinate representation of color #689199: hue angle of 189.8º 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 #689199 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 145 153 -
CMYK 0.32 0.05 0 0.4
HSL 189.8º 0.19% 0.5% -
HSV(B) 189.8º 0.32% 0.6% -
XYZ 21.58 25.49 33.92 -
YUV 133.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 104 145 153 0.32 0.05 0 0.4 189.8 0.19 0.5
Hex 68 91 99 20 5 0 28 BE 13 32
Octal 150 221 231 40 5 0 50 276 23 62
Binary 1101000 10010001 10011001 100000 101 0 101000 10111110 10011 110010

Color Harmonies of #689199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689199

Black with #689199

Text Example


Text Example

White with #689199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689199; }

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

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

background-color css

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

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

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

border-color css

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

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

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