#698FBB

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

Shades of Danube #698FBB

Tints of Danube #698FBB

Color information

#698FBB (or 0x698FBB) is unknown color: approx Danube. HEX triplet: 69, 8F and BB. RGB value is (105,143,187). Sum of RGB (Red+Green+Blue) = 105+143+187=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #698FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FBB is #967044. Grayscale: #888888. Windows color (decimal): -9859141 or 12291945. OLE color: 12291945.

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

Color convert

RGB105143187-
CMYK0.440.2400.27
HSL212.2º37.61%57.25%-
HSV(B)212.2º43.85%73.33%-
XYZ24.6226.2450.78-
YUV136.65156.41105.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.14%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=24.14%
G=32.87%
B=42.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051431870.440.2400.27212.237.6157.25
Hex698FBB2C1801Bd42639
Octal15121727354300333244671
Binary110100110001111101110111011001100001101111010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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