#698EC8

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

Shades of Danube #698EC8

Tints of Danube #698EC8

Color information

#698EC8 (or 0x698EC8) is unknown color: approx Danube. HEX triplet: 69, 8E and C8. RGB value is (105,142,200). Sum of RGB (Red+Green+Blue) = 105+142+200=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #698EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EC8 is #967137. Grayscale: #898989. Windows color (decimal): -9859384 or 13143657. OLE color: 13143657.

HSL color Cylindrical-coordinate representation of color #698EC8: hue angle of 216.63º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #698EC8 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105142200-
CMYK0.480.2900.22
HSL216.63º46.34%59.8%-
HSV(B)216.63º47.5%78.43%-
XYZ25.9226.5258.4-
YUV137.55163.24104.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=23.49%
G=31.77%
B=44.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051422000.480.2900.22216.6346.3459.8
Hex698EC8301D016d92e3c
Octal15121631060350263315674
Binary110100110001110110010001100001110101011011011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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