#698AC2

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

Shades of Danube #698AC2

Tints of Danube #698AC2

Color information

#698AC2 (or 0x698AC2) is unknown color: approx Danube. HEX triplet: 69, 8A and C2. RGB value is (105,138,194). Sum of RGB (Red+Green+Blue) = 105+138+194=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #698AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AC2 is #96753D. Grayscale: #868686. Windows color (decimal): -9860414 or 12749417. OLE color: 12749417.

HSL color Cylindrical-coordinate representation of color #698AC2: hue angle of 217.75º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698AC2 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB105138194-
CMYK0.460.2900.24
HSL217.75º42.18%58.63%-
HSV(B)217.75º45.88%76.08%-
XYZ24.6525.0854.58-
YUV134.52161.57106.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 194 (76.17% from 255) = 44.39%
R=24.03%
G=31.58%
B=44.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051381940.460.2900.24217.7542.1858.63
Hex698AC22E1D018da2a3b
Octal15121230256350303325273
Binary110100110001010110000101011101110101100011011010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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