#689198

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

Shades of Gothic #689198

Tints of Gothic #689198

Color information

#689198 (or 0x689198) is unknown color: approx Gothic. HEX triplet: 68, 91 and 98. RGB value is (104,145,152). Sum of RGB (Red+Green+Blue) = 104+145+152=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #689198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689198 is #976E67. Grayscale: #858585. Windows color (decimal): -9924200 or 9998696. OLE color: 9998696.

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

Color convert

RGB104145152-
CMYK0.320.0500.40
HSL188.75º18.9%50.2%-
HSV(B)188.75º31.58%59.61%-
XYZ21.525.4633.49-
YUV133.54138.42106.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=25.94%
G=36.16%
B=37.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041451520.320.0500.40188.7518.950.2
Hex689198205028bd1332
Octal1502212304050502752362
Binary1101000100100011001100010000010101010001011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689198; }

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

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

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

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

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

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

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

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