#689295

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

Shades of Gothic #689295

Tints of Gothic #689295

Color information

#689295 (or 0x689295) is unknown color: approx Gothic. HEX triplet: 68, 92 and 95. RGB value is (104,146,149). Sum of RGB (Red+Green+Blue) = 104+146+149=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #689295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689295 is #976D6A. Grayscale: #858585. Windows color (decimal): -9923947 or 9802344. OLE color: 9802344.

HSL color Cylindrical-coordinate representation of color #689295: hue angle of 184º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689295 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104146149-
CMYK0.300.0200.42
HSL184º17.79%49.61%-
HSV(B)184º30.2%58.43%-
XYZ21.4125.6732.26-
YUV133.78136.59106.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=26.07%
G=36.59%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041461490.300.0200.4218417.7949.61
Hex6892951E202Ab81232
Octal1502222253620522702262
Binary11010001001001010010101111101001010101011100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689295; }

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

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

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

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

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

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

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

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