#698BBF

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

Shades of Danube #698BBF

Tints of Danube #698BBF

Color information

#698BBF (or 0x698BBF) is unknown color: approx Danube. HEX triplet: 69, 8B and BF. RGB value is (105,139,191). Sum of RGB (Red+Green+Blue) = 105+139+191=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #698BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BBF is #967440. Grayscale: #868686. Windows color (decimal): -9860161 or 12553065. OLE color: 12553065.

HSL color Cylindrical-coordinate representation of color #698BBF: hue angle of 216.28º 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 #698BBF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105139191-
CMYK0.450.2700.25
HSL216.28º40.19%58.04%-
HSV(B)216.28º45.03%74.9%-
XYZ24.4625.2352.87-
YUV134.76159.74106.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 191 (75% from 255) = 43.91%
R=24.14%
G=31.95%
B=43.91%

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
Decimal1051391910.450.2700.25216.2840.1958.04
Hex698BBF2D1B019d8283a
Octal15121327755330313305072
Binary110100110001011101111111011011101101100111011000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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