Html Css Color HEX #689096 Gothic

📋 copy color: '#689096'

red 104 ◦ green 144 ◦ blue 150

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

Shades of Gothic #689096

Tints of Gothic #689096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 26.13%
G = 36.18%
B = 37.69%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#689096 (or 0x689096) is known color: Gothic. HEX triplet: 68, 90 and 96. RGB value is (104,144,150). Sum of RGB (Red+Green+Blue) = 104+144+150=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #689096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689096 is #976F69. Grayscale: #848484. Windows color (decimal): -9924458 or 9867368. OLE color: 9867368.

HSL color Cylindrical-coordinate representation of color #689096: hue angle of 187.83º 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 #689096 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 144 150 -
CMYK 0.31 0.04 0 0.41
HSL 187.83º 0.18% 0.5% -
HSV(B) 187.83º 0.31% 0.59% -
XYZ 21.19 25.09 32.58 -
YUV 132.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 104 144 150 0.31 0.04 0 0.41 187.83 0.18 0.5
Hex 68 90 96 1F 4 0 29 BC 12 32
Octal 150 220 226 37 4 0 51 274 22 62
Binary 1101000 10010000 10010110 11111 100 0 101001 10111100 10010 110010

Color Harmonies of #689096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689096

Black with #689096

Text Example


Text Example

White with #689096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689096; }

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

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

background-color css

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

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

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

border-color css

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

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

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