#698FBD

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

Shades of Danube #698FBD

Tints of Danube #698FBD

Color information

#698FBD (or 0x698FBD) is unknown color: approx Danube. HEX triplet: 69, 8F and BD. RGB value is (105,143,189). Sum of RGB (Red+Green+Blue) = 105+143+189=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #698FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBD is #967042. Grayscale: #888888. Windows color (decimal): -9859139 or 12423017. OLE color: 12423017.

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

Color convert

RGB105143189-
CMYK0.440.2400.26
HSL212.86º38.89%57.65%-
HSV(B)212.86º44.44%74.12%-
XYZ24.8326.3251.92-
YUV136.88157.41105.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=24.03%
G=32.72%
B=43.25%

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
Decimal1051431890.440.2400.26212.8638.8957.65
Hex698FBD2C1801Ad5273a
Octal15121727554300323254772
Binary110100110001111101111011011001100001101011010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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