#618AD0

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

Shades of Danube #618AD0

Tints of Danube #618AD0

Color information

#618AD0 (or 0x618AD0) is unknown color: approx Danube. HEX triplet: 61, 8A and D0. RGB value is (97,138,208). Sum of RGB (Red+Green+Blue) = 97+138+208=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #618AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AD0 is #9E752F. Grayscale: #858585. Windows color (decimal): -10384688 or 13666913. OLE color: 13666913.

HSL color Cylindrical-coordinate representation of color #618AD0: hue angle of 217.84º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618AD0 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97138208-
CMYK0.530.3400.18
HSL217.84º54.15%59.8%-
HSV(B)217.84º53.37%81.57%-
XYZ25.425.2763.21-
YUV133.72169.92101.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=21.90%
G=31.15%
B=46.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971382080.530.3400.18217.8454.1559.8
Hex618AD03522012da363c
Octal14121232065420223326674
Binary1100001100010101101000011010110001001001011011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618AD0; }

 p { color: rgb(97,138,208); }

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

<style>
 a { background-color: #618AD0; }

 a { background-color: rgb(97,138,208); }

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

<style>
 span { border-color: #618AD0; }

 span { border-color: rgb(97,138,208); }

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