#618AD1

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

Shades of Danube #618AD1

Tints of Danube #618AD1

Color information

#618AD1 (or 0x618AD1) is unknown color: approx Danube. HEX triplet: 61, 8A and D1. RGB value is (97,138,209). Sum of RGB (Red+Green+Blue) = 97+138+209=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #618AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AD1 is #9E752E. Grayscale: #858585. Windows color (decimal): -10384687 or 13732449. OLE color: 13732449.

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

Color convert

RGB97138209-
CMYK0.540.3400.18
HSL218.04º54.9%60%-
HSV(B)218.04º53.59%81.96%-
XYZ25.5325.3263.86-
YUV133.84170.42101.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.85%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=21.85%
G=31.08%
B=47.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971382090.540.3400.18218.0454.960
Hex618AD13622012da373c
Octal14121232166420223326774
Binary1100001100010101101000111011010001001001011011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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