#618DC4

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

Shades of Danube #618DC4

Tints of Danube #618DC4

Color information

#618DC4 (or 0x618DC4) is unknown color: approx Danube. HEX triplet: 61, 8D and C4. RGB value is (97,141,196). Sum of RGB (Red+Green+Blue) = 97+141+196=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #618DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DC4 is #9E723B. Grayscale: #858585. Windows color (decimal): -10383932 or 12881249. OLE color: 12881249.

HSL color Cylindrical-coordinate representation of color #618DC4: hue angle of 213.33º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618DC4 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97141196-
CMYK0.510.2800.23
HSL213.33º45.62%57.45%-
HSV(B)213.33º50.51%76.86%-
XYZ24.4225.5855.87-
YUV134.11162.92101.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=22.35%
G=32.49%
B=45.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971411960.510.2800.23213.3345.6257.45
Hex618DC4331C017d52e39
Octal14121530463340273255671
Binary110000110001101110001001100111110001011111010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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