#698487

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

Shades of Gothic #698487

Tints of Gothic #698487

Color information

#698487 (or 0x698487) is unknown color: approx Gothic. HEX triplet: 69, 84 and 87. RGB value is (105,132,135). Sum of RGB (Red+Green+Blue) = 105+132+135=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #698487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698487 is #967B78. Grayscale: #7C7C7C. Windows color (decimal): -9862009 or 8881257. OLE color: 8881257.

HSL color Cylindrical-coordinate representation of color #698487: hue angle of 186º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698487 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105132135-
CMYK0.220.0200.47
HSL186º12.5%47.06%-
HSV(B)186º22.22%52.94%-
XYZ18.4521.2626.05-
YUV124.27134.05114.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=28.23%
G=35.48%
B=36.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051321350.220.0200.4718612.547.06
Hex69848716202Fbac2f
Octal1512042072620572721457
Binary1101001100001001000011110110100101111101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698487; }

 p { color: rgb(105,132,135); }

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

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

 a { background-color: rgb(105,132,135); }

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

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

 span { border-color: rgb(105,132,135); }

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