#698F98

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

Shades of Gothic #698F98

Tints of Gothic #698F98

Color information

#698F98 (or 0x698F98) is unknown color: approx Gothic. HEX triplet: 69, 8F and 98. RGB value is (105,143,152). Sum of RGB (Red+Green+Blue) = 105+143+152=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 152 - color contains mainly: blue. Hex color #698F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F98 is #967067. Grayscale: #848484. Windows color (decimal): -9859176 or 9998185. OLE color: 9998185.

HSL color Cylindrical-coordinate representation of color #698F98: hue angle of 191.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698F98 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105143152-
CMYK0.310.0600.40
HSL191.49º18.58%50.39%-
HSV(B)191.49º30.92%59.61%-
XYZ21.3224.9233.39-
YUV132.66138.91108.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 152 (59.77% from 255) = 38%
R=26.25%
G=35.75%
B=38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051431520.310.0600.40191.4918.5850.39
Hex698F981F6028bf1332
Octal1512172303760502772362
Binary110100110001111100110001111111001010001011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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