#698DBD

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

Shades of Danube #698DBD

Tints of Danube #698DBD

Color information

#698DBD (or 0x698DBD) is unknown color: approx Danube. HEX triplet: 69, 8D and BD. RGB value is (105,141,189). Sum of RGB (Red+Green+Blue) = 105+141+189=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #698DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DBD is #967242. Grayscale: #878787. Windows color (decimal): -9859651 or 12422505. OLE color: 12422505.

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

Color convert

RGB105141189-
CMYK0.440.2500.26
HSL214.29º38.89%57.65%-
HSV(B)214.29º44.44%74.12%-
XYZ24.5425.7351.82-
YUV135.71158.07106.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=24.14%
G=32.41%
B=43.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051411890.440.2500.26214.2938.8957.65
Hex698DBD2C1901Ad6273a
Octal15121527554310323264772
Binary110100110001101101111011011001100101101011010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,141,189); }

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

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

 a { background-color: rgb(105,141,189); }

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

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

 span { border-color: rgb(105,141,189); }

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