#689298

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

Shades of Gothic #689298

Tints of Gothic #689298

Color information

#689298 (or 0x689298) is unknown color: approx Gothic. HEX triplet: 68, 92 and 98. RGB value is (104,146,152). Sum of RGB (Red+Green+Blue) = 104+146+152=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #689298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689298 is #976D67. Grayscale: #868686. Windows color (decimal): -9923944 or 9998952. OLE color: 9998952.

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

Color convert

RGB104146152-
CMYK0.320.0400.40
HSL187.5º18.9%50.2%-
HSV(B)187.5º31.58%59.61%-
XYZ21.6625.7733.54-
YUV134.13138.09106.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=25.87%
G=36.32%
B=37.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041461520.320.0400.40187.518.950.2
Hex689298204028bb1332
Octal1502222304040502732362
Binary1101000100100101001100010000010001010001011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689298; }

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

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

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

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

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

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

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

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