#698CBA

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

Shades of Danube #698CBA

Tints of Danube #698CBA

Color information

#698CBA (or 0x698CBA) is unknown color: approx Danube. HEX triplet: 69, 8C and BA. RGB value is (105,140,186). Sum of RGB (Red+Green+Blue) = 105+140+186=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #698CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CBA is #967345. Grayscale: #868686. Windows color (decimal): -9859910 or 12225641. OLE color: 12225641.

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

Color convert

RGB105140186-
CMYK0.440.2500.27
HSL214.07º36.99%57.06%-
HSV(B)214.07º43.55%72.94%-
XYZ24.0725.350.07-
YUV134.78156.9106.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=24.36%
G=32.48%
B=43.16%

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
Decimal1051401860.440.2500.27214.0736.9957.06
Hex698CBA2C1901Bd62539
Octal15121427254310333264571
Binary110100110001100101110101011001100101101111010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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