#689092

Color #689092 Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #689092

Tints of Gothic #689092

Color information

#689092 (or 0x689092) is unknown color: approx Gothic. HEX triplet: 68, 90 and 92. RGB value is (104,144,146). Sum of RGB (Red+Green+Blue) = 104+144+146=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #689092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689092 is #976F6D. Grayscale: #848484. Windows color (decimal): -9924462 or 9605224. OLE color: 9605224.

HSL color Cylindrical-coordinate representation of color #689092: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689092 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104144146-
CMYK0.290.0100.43
HSL182.86º16.8%49.02%-
HSV(B)182.86º28.77%57.25%-
XYZ20.8724.9630.91-
YUV132.27135.75107.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=26.40%
G=36.55%
B=37.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041441460.290.0100.43182.8616.849.02
Hex6890921D102Bb71131
Octal1502202223510532672161
Binary1101000100100001001001011101101010111011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689092; }

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

 H1.HeaderClassName
 {
   color: #689092;
 }
 .AnyTagClassName
 {
   color: #689092;
 }
</style>
background-color css

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

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

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

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

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

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