#698B98

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

Shades of Horizon #698B98

Tints of Horizon #698B98

Color information

#698B98 (or 0x698B98) is unknown color: approx Horizon. HEX triplet: 69, 8B and 98. RGB value is (105,139,152). Sum of RGB (Red+Green+Blue) = 105+139+152=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #698B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B98 is #967467. Grayscale: #828282. Windows color (decimal): -9860200 or 9997161. OLE color: 9997161.

HSL color Cylindrical-coordinate representation of color #698B98: hue angle of 196.6º 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 #698B98 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105139152-
CMYK0.310.0900.40
HSL196.6º18.58%50.39%-
HSV(B)196.6º30.92%59.61%-
XYZ20.7323.7433.19-
YUV130.32140.24109.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=26.52%
G=35.10%
B=38.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051391520.310.0900.40196.618.5850.39
Hex698B981F9028c51332
Octal15121323037110503052362
Binary1101001100010111001100011111100101010001100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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