#698ed3

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

Shades of Danube #698ED3

Tints of Danube #698ED3

Color information

#698ED3 (or 0x698ED3) is unknown color: approx Danube. HEX triplet: 69, 8E and D3. RGB value is (105,142,211). Sum of RGB (Red+Green+Blue) = 105+142+211=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #698ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ED3 is #96712C. Grayscale: #8A8A8A. Windows color (decimal): -9859373 or 13864553. OLE color: 13864553.

HSL color Cylindrical-coordinate representation of color #698ED3: hue angle of 219.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698ED3 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105142211-
CMYK0.500.3300.17
HSL219.06º54.64%61.96%-
HSV(B)219.06º50.24%82.75%-
XYZ27.2627.0565.41-
YUV138.8168.74103.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.93%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=22.93%
G=31.00%
B=46.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1051422110.500.3300.17219.0654.6461.96
Hex698ED33221011db373e
Octal15121632362410213336776
Binary1101001100011101101001111001010000101000111011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ed3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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