#689398

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

Shades of Gothic #689398

Tints of Gothic #689398

Color information

#689398 (or 0x689398) is unknown color: approx Gothic. HEX triplet: 68, 93 and 98. RGB value is (104,147,152). Sum of RGB (Red+Green+Blue) = 104+147+152=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #689398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689398 is #976C67. Grayscale: #868686. Windows color (decimal): -9923688 or 9999208. OLE color: 9999208.

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

Color convert

RGB104147152-
CMYK0.320.0300.40
HSL186.25º18.9%50.2%-
HSV(B)186.25º31.58%59.61%-
XYZ21.8126.0833.59-
YUV134.71137.75106.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=25.81%
G=36.48%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041471520.320.0300.40186.2518.950.2
Hex689398203028ba1332
Octal1502232304030502722362
Binary110100010010011100110001000001101010001011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689398; }

 p { color: rgb(104,147,152); }

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

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

 a { background-color: rgb(104,147,152); }

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

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

 span { border-color: rgb(104,147,152); }

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