#698CBD

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

Shades of Danube #698CBD

Tints of Danube #698CBD

Color information

#698CBD (or 0x698CBD) is unknown color: approx Danube. HEX triplet: 69, 8C and BD. RGB value is (105,140,189). Sum of RGB (Red+Green+Blue) = 105+140+189=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #698CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CBD is #967342. Grayscale: #868686. Windows color (decimal): -9859907 or 12422249. OLE color: 12422249.

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

Color convert

RGB105140189-
CMYK0.440.2600.26
HSL215º38.89%57.65%-
HSV(B)215º44.44%74.12%-
XYZ24.3925.4351.77-
YUV135.12158.4106.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=24.19%
G=32.26%
B=43.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051401890.440.2600.2621538.8957.65
Hex698CBD2C1A01Ad7273a
Octal15121427554320323274772
Binary110100110001100101111011011001101001101011010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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