#698BB4

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

Shades of Danube #698BB4

Tints of Danube #698BB4

Color information

#698BB4 (or 0x698BB4) is unknown color: approx Danube. HEX triplet: 69, 8B and B4. RGB value is (105,139,180). Sum of RGB (Red+Green+Blue) = 105+139+180=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #698BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BB4 is #96744B. Grayscale: #858585. Windows color (decimal): -9860172 or 11832169. OLE color: 11832169.

HSL color Cylindrical-coordinate representation of color #698BB4: hue angle of 212.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698BB4 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105139180-
CMYK0.420.2300.29
HSL212.8º33.33%55.88%-
HSV(B)212.8º41.67%70.59%-
XYZ23.324.7646.73-
YUV133.51154.24107.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=24.76%
G=32.78%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051391800.420.2300.29212.833.3355.88
Hex698BB42A1701Dd52138
Octal15121326452270353254170
Binary110100110001011101101001010101011101110111010101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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