#698788

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

Shades of Gothic #698788

Tints of Gothic #698788

Color information

#698788 (or 0x698788) is unknown color: approx Gothic. HEX triplet: 69, 87 and 88. RGB value is (105,135,136). Sum of RGB (Red+Green+Blue) = 105+135+136=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: blue. Hex color #698788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698788 is #967877. Grayscale: #7E7E7E. Windows color (decimal): -9861240 or 8947561. OLE color: 8947561.

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

Color convert

RGB105135136-
CMYK0.230.0100.47
HSL181.94º12.86%47.25%-
HSV(B)181.94º22.79%53.33%-
XYZ18.9322.1126.56-
YUV126.14133.56112.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=27.93%
G=35.90%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351360.230.0100.47181.9412.8647.25
Hex69878817102Fb6d2f
Octal1512072102710572661557
Binary110100110000111100010001011110101111101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698788; }

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

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

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

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

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

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

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

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