#698EBC

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

Shades of Danube #698EBC

Tints of Danube #698EBC

Color information

#698EBC (or 0x698EBC) is unknown color: approx Danube. HEX triplet: 69, 8E and BC. RGB value is (105,142,188). Sum of RGB (Red+Green+Blue) = 105+142+188=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #698EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EBC is #967143. Grayscale: #878787. Windows color (decimal): -9859396 or 12357225. OLE color: 12357225.

HSL color Cylindrical-coordinate representation of color #698EBC: hue angle of 213.25º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698EBC is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105142188-
CMYK0.440.2400.26
HSL213.25º38.25%57.45%-
HSV(B)213.25º44.15%73.73%-
XYZ24.5825.9851.3-
YUV136.18157.24105.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=24.14%
G=32.64%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051421880.440.2400.26213.2538.2557.45
Hex698EBC2C1801Ad52639
Octal15121627454300323254671
Binary110100110001110101111001011001100001101011010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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