#698EB4

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

Shades of Danube #698EB4

Tints of Danube #698EB4

Color information

#698EB4 (or 0x698EB4) is unknown color: approx Danube. HEX triplet: 69, 8E and B4. RGB value is (105,142,180). Sum of RGB (Red+Green+Blue) = 105+142+180=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #698EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EB4 is #96714B. Grayscale: #878787. Windows color (decimal): -9859404 or 11832937. OLE color: 11832937.

HSL color Cylindrical-coordinate representation of color #698EB4: hue angle of 210.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698EB4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105142180-
CMYK0.420.2100.29
HSL210.4º33.33%55.88%-
HSV(B)210.4º41.67%70.59%-
XYZ23.7425.6446.88-
YUV135.27153.24106.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=24.59%
G=33.26%
B=42.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051421800.420.2100.29210.433.3355.88
Hex698EB42A1501Dd22138
Octal15121626452250353224170
Binary110100110001110101101001010101010101110111010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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