#618BD1

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

Shades of Danube #618BD1

Tints of Danube #618BD1

Color information

#618BD1 (or 0x618BD1) is unknown color: approx Danube. HEX triplet: 61, 8B and D1. RGB value is (97,139,209). Sum of RGB (Red+Green+Blue) = 97+139+209=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #618BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BD1 is #9E742E. Grayscale: #868686. Windows color (decimal): -10384431 or 13732705. OLE color: 13732705.

HSL color Cylindrical-coordinate representation of color #618BD1: hue angle of 217.5º 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 #618BD1 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97139209-
CMYK0.540.3300.18
HSL217.5º54.9%60%-
HSV(B)217.5º53.59%81.96%-
XYZ25.6725.6163.91-
YUV134.42170.09101.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=21.80%
G=31.24%
B=46.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971392090.540.3300.18217.554.960
Hex618BD13621012da373c
Octal14121332166410223326774
Binary1100001100010111101000111011010000101001011011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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