#698FBA

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

Shades of Danube #698FBA

Tints of Danube #698FBA

Color information

#698FBA (or 0x698FBA) is unknown color: approx Danube. HEX triplet: 69, 8F and BA. RGB value is (105,143,186). Sum of RGB (Red+Green+Blue) = 105+143+186=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #698FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBA is #967045. Grayscale: #888888. Windows color (decimal): -9859142 or 12226409. OLE color: 12226409.

HSL color Cylindrical-coordinate representation of color #698FBA: hue angle of 211.85º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698FBA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105143186-
CMYK0.440.2300.27
HSL211.85º36.99%57.06%-
HSV(B)211.85º43.55%72.94%-
XYZ24.5126.1950.22-
YUV136.54155.91105.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=24.19%
G=32.95%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051431860.440.2300.27211.8536.9957.06
Hex698FBA2C1701Bd42539
Octal15121727254270333244571
Binary110100110001111101110101011001011101101111010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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