#698BBE

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

Shades of Danube #698BBE

Tints of Danube #698BBE

Color information

#698BBE (or 0x698BBE) is unknown color: approx Danube. HEX triplet: 69, 8B and BE. RGB value is (105,139,190). Sum of RGB (Red+Green+Blue) = 105+139+190=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #698BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BBE is #967441. Grayscale: #868686. Windows color (decimal): -9860162 or 12487529. OLE color: 12487529.

HSL color Cylindrical-coordinate representation of color #698BBE: hue angle of 216º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #698BBE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105139190-
CMYK0.450.2700.25
HSL216º39.53%57.84%-
HSV(B)216º44.74%74.51%-
XYZ24.3525.1952.29-
YUV134.65159.24106.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=24.19%
G=32.03%
B=43.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051391900.450.2700.2521639.5357.84
Hex698BBE2D1B019d8283a
Octal15121327655330313305072
Binary110100110001011101111101011011101101100111011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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