#698EC4

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

Shades of Danube #698EC4

Tints of Danube #698EC4

Color information

#698EC4 (or 0x698EC4) is unknown color: approx Danube. HEX triplet: 69, 8E and C4. RGB value is (105,142,196). Sum of RGB (Red+Green+Blue) = 105+142+196=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #698EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EC4 is #96713B. Grayscale: #888888. Windows color (decimal): -9859388 or 12881513. OLE color: 12881513.

HSL color Cylindrical-coordinate representation of color #698EC4: hue angle of 215.6º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698EC4 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB105142196-
CMYK0.460.2800.23
HSL215.6º43.54%59.02%-
HSV(B)215.6º46.43%76.86%-
XYZ25.4626.3355.97-
YUV137.09161.24105.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 196 (76.95% from 255) = 44.24%
R=23.70%
G=32.05%
B=44.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1051421960.460.2800.23215.643.5459.02
Hex698EC42E1C017d82c3b
Octal15121630456340273305473
Binary110100110001110110001001011101110001011111011000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,142,196); }

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

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

 a { background-color: rgb(105,142,196); }

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

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

 span { border-color: rgb(105,142,196); }

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