#698EBE

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

Shades of Danube #698EBE

Tints of Danube #698EBE

Color information

#698EBE (or 0x698EBE) is unknown color: approx Danube. HEX triplet: 69, 8E and BE. RGB value is (105,142,190). Sum of RGB (Red+Green+Blue) = 105+142+190=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #698EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EBE is #967141. Grayscale: #888888. Windows color (decimal): -9859394 or 12488297. OLE color: 12488297.

HSL color Cylindrical-coordinate representation of color #698EBE: hue angle of 213.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #698EBE is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105142190-
CMYK0.450.2500.25
HSL213.88º39.53%57.84%-
HSV(B)213.88º44.74%74.51%-
XYZ24.7926.0752.44-
YUV136.41158.24105.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=24.03%
G=32.49%
B=43.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051421900.450.2500.25213.8839.5357.84
Hex698EBE2D19019d6283a
Octal15121627655310313265072
Binary110100110001110101111101011011100101100111010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,142,190); }

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

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

 a { background-color: rgb(105,142,190); }

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

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

 span { border-color: rgb(105,142,190); }

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