#698ABD

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

Shades of Danube #698ABD

Tints of Danube #698ABD

Color information

#698ABD (or 0x698ABD) is unknown color: approx Danube. HEX triplet: 69, 8A and BD. RGB value is (105,138,189). Sum of RGB (Red+Green+Blue) = 105+138+189=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #698ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ABD is #967542. Grayscale: #858585. Windows color (decimal): -9860419 or 12421737. OLE color: 12421737.

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

Color convert

RGB105138189-
CMYK0.440.2700.26
HSL216.43º38.89%57.65%-
HSV(B)216.43º44.44%74.12%-
XYZ24.124.8551.67-
YUV133.95159.07107.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=24.31%
G=31.94%
B=43.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051381890.440.2700.26216.4338.8957.65
Hex698ABD2C1B01Ad8273a
Octal15121227554330323304772
Binary110100110001010101111011011001101101101011011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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