#698FBC

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

Shades of Danube #698FBC

Tints of Danube #698FBC

Color information

#698FBC (or 0x698FBC) is unknown color: approx Danube. HEX triplet: 69, 8F and BC. RGB value is (105,143,188). Sum of RGB (Red+Green+Blue) = 105+143+188=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #698FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBC is #967043. Grayscale: #888888. Windows color (decimal): -9859140 or 12357481. OLE color: 12357481.

HSL color Cylindrical-coordinate representation of color #698FBC: hue angle of 212.53º 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 #698FBC is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105143188-
CMYK0.440.2400.26
HSL212.53º38.25%57.45%-
HSV(B)212.53º44.15%73.73%-
XYZ24.7326.2851.35-
YUV136.77156.91105.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=24.08%
G=32.80%
B=43.12%

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
Decimal1051431880.440.2400.26212.5338.2557.45
Hex698FBC2C1801Ad52639
Octal15121727454300323254671
Binary110100110001111101111001011001100001101011010101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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