#698ABF

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

Shades of Danube #698ABF

Tints of Danube #698ABF

Color information

#698ABF (or 0x698ABF) is unknown color: approx Danube. HEX triplet: 69, 8A and BF. RGB value is (105,138,191). Sum of RGB (Red+Green+Blue) = 105+138+191=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #698ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ABF is #967540. Grayscale: #858585. Windows color (decimal): -9860417 or 12552809. OLE color: 12552809.

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

Color convert

RGB105138191-
CMYK0.450.2800.25
HSL216.98º40.19%58.04%-
HSV(B)216.98º45.03%74.9%-
XYZ24.3224.9452.82-
YUV134.18160.07107.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 191 (75% from 255) = 44.01%
R=24.19%
G=31.80%
B=44.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051381910.450.2800.25216.9840.1958.04
Hex698ABF2D1C019d9283a
Octal15121227755340313315072
Binary110100110001010101111111011011110001100111011001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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