#698BBA

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

Shades of Danube #698BBA

Tints of Danube #698BBA

Color information

#698BBA (or 0x698BBA) is unknown color: approx Danube. HEX triplet: 69, 8B and BA. RGB value is (105,139,186). Sum of RGB (Red+Green+Blue) = 105+139+186=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #698BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BBA is #967445. Grayscale: #858585. Windows color (decimal): -9860166 or 12225385. OLE color: 12225385.

HSL color Cylindrical-coordinate representation of color #698BBA: hue angle of 214.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #698BBA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105139186-
CMYK0.440.2500.27
HSL214.81º36.99%57.06%-
HSV(B)214.81º43.55%72.94%-
XYZ23.9225.0150.02-
YUV134.19157.24107.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=24.42%
G=32.33%
B=43.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051391860.440.2500.27214.8136.9957.06
Hex698BBA2C1901Bd72539
Octal15121327254310333274571
Binary110100110001011101110101011001100101101111010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,139,186); }

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

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

 a { background-color: rgb(105,139,186); }

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

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

 span { border-color: rgb(105,139,186); }

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