#698DB5

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

Shades of Danube #698DB5

Tints of Danube #698DB5

Color information

#698DB5 (or 0x698DB5) is unknown color: approx Danube. HEX triplet: 69, 8D and B5. RGB value is (105,141,181). Sum of RGB (Red+Green+Blue) = 105+141+181=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 181 - color contains mainly: blue. Hex color #698DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DB5 is #96724A. Grayscale: #868686. Windows color (decimal): -9859659 or 11898217. OLE color: 11898217.

HSL color Cylindrical-coordinate representation of color #698DB5: hue angle of 211.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698DB5 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105141181-
CMYK0.420.2200.29
HSL211.58º33.93%56.08%-
HSV(B)211.58º41.99%70.98%-
XYZ23.6925.3947.37-
YUV134.8154.07106.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 181 (71.09% from 255) = 42.39%
R=24.59%
G=33.02%
B=42.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051411810.420.2200.29211.5833.9356.08
Hex698DB52A1601Dd42238
Octal15121526552260353244270
Binary110100110001101101101011010101011001110111010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,141,181); }

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

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

 a { background-color: rgb(105,141,181); }

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

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

 span { border-color: rgb(105,141,181); }

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