#698ECA

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

Shades of Danube #698ECA

Tints of Danube #698ECA

Color information

#698ECA (or 0x698ECA) is unknown color: approx Danube. HEX triplet: 69, 8E and CA. RGB value is (105,142,202). Sum of RGB (Red+Green+Blue) = 105+142+202=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #698ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698ECA is #967135. Grayscale: #898989. Windows color (decimal): -9859382 or 13274729. OLE color: 13274729.

HSL color Cylindrical-coordinate representation of color #698ECA: hue angle of 217.11º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698ECA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105142202-
CMYK0.480.3000.21
HSL217.11º47.78%60.2%-
HSV(B)217.11º48.02%79.22%-
XYZ26.1626.6159.64-
YUV137.78164.24104.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.39%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=23.39%
G=31.63%
B=44.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051422020.480.3000.21217.1147.7860.2
Hex698ECA301E015d9303c
Octal15121631260360253316074
Binary110100110001110110010101100001111001010111011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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