#698F96

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

Shades of Gothic #698F96

Tints of Gothic #698F96

Color information

#698F96 (or 0x698F96) is unknown color: approx Gothic. HEX triplet: 69, 8F and 96. RGB value is (105,143,150). Sum of RGB (Red+Green+Blue) = 105+143+150=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #698F96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F96 is #967069. Grayscale: #848484. Windows color (decimal): -9859178 or 9867113. OLE color: 9867113.

HSL color Cylindrical-coordinate representation of color #698F96: hue angle of 189.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698F96 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB105143150-
CMYK0.300.0500.41
HSL189.33º17.65%50%-
HSV(B)189.33º30%58.82%-
XYZ21.1524.8532.54-
YUV132.44137.91108.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=26.38%
G=35.93%
B=37.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051431500.300.0500.41189.3317.6550
Hex698F961E5029bd1232
Octal1512172263650512752262
Binary110100110001111100101101111010101010011011110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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