#698F92

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

Shades of Gothic #698F92

Tints of Gothic #698F92

Color information

#698F92 (or 0x698F92) is unknown color: approx Gothic. HEX triplet: 69, 8F and 92. RGB value is (105,143,146). Sum of RGB (Red+Green+Blue) = 105+143+146=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #698F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F92 is #96706D. Grayscale: #838383. Windows color (decimal): -9859182 or 9604969. OLE color: 9604969.

HSL color Cylindrical-coordinate representation of color #698F92: hue angle of 184.39º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698F92 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105143146-
CMYK0.280.0200.43
HSL184.39º16.33%49.22%-
HSV(B)184.39º28.08%57.25%-
XYZ20.8424.7230.87-
YUV131.98135.91108.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=26.65%
G=36.29%
B=37.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051431460.280.0200.43184.3916.3349.22
Hex698F921C202Bb81031
Octal1512172223420532702061
Binary11010011000111110010010111001001010111011100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698F92; }

 p { color: rgb(105,143,146); }

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

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

 a { background-color: rgb(105,143,146); }

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

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

 span { border-color: rgb(105,143,146); }

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