#618DC6

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

Shades of Danube #618DC6

Tints of Danube #618DC6

Color information

#618DC6 (or 0x618DC6) is unknown color: approx Danube. HEX triplet: 61, 8D and C6. RGB value is (97,141,198). Sum of RGB (Red+Green+Blue) = 97+141+198=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 198 - color contains mainly: blue. Hex color #618DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DC6 is #9E7239. Grayscale: #868686. Windows color (decimal): -10383930 or 13012321. OLE color: 13012321.

HSL color Cylindrical-coordinate representation of color #618DC6: hue angle of 213.86º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618DC6 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97141198-
CMYK0.510.2900.22
HSL213.86º46.98%57.84%-
HSV(B)213.86º51.01%77.65%-
XYZ24.6525.6757.08-
YUV134.34163.92101.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 198 (77.73% from 255) = 45.41%
R=22.25%
G=32.34%
B=45.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971411980.510.2900.22213.8646.9857.84
Hex618DC6331D016d62f3a
Octal14121530663350263265772
Binary110000110001101110001101100111110101011011010110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,198); }

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

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

 a { background-color: rgb(97,141,198); }

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

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

 span { border-color: rgb(97,141,198); }

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