Html Css Color HEX #689097 Gothic

📋 copy color: '#689097'

red 104 ◦ green 144 ◦ blue 151

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

Shades of Gothic #689097

Tints of Gothic #689097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 151 (59.38% from 255) = 37.84%

R = 26.07%
G = 36.09%
B = 37.84%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#689097 (or 0x689097) is known color: Gothic. HEX triplet: 68, 90 and 97. RGB value is (104,144,151). Sum of RGB (Red+Green+Blue) = 104+144+151=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 151 - color contains mainly: blue. Hex color #689097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689097 is #976F68. Grayscale: #848484. Windows color (decimal): -9924457 or 9932904. OLE color: 9932904.

HSL color Cylindrical-coordinate representation of color #689097: hue angle of 188.94º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689097 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 144 151 -
CMYK 0.31 0.05 0 0.41
HSL 188.94º 0.18% 0.5% -
HSV(B) 188.94º 0.31% 0.59% -
XYZ 21.27 25.12 33.01 -
YUV 132.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 104 144 151 0.31 0.05 0 0.41 188.94 0.18 0.5
Hex 68 90 97 1F 5 0 29 BD 12 32
Octal 150 220 227 37 5 0 51 275 22 62
Binary 1101000 10010000 10010111 11111 101 0 101001 10111101 10010 110010

Color Harmonies of #689097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689097

Black with #689097

Text Example


Text Example

White with #689097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689097; }

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

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

background-color css

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

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

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

border-color css

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

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

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