#618CC2

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

Shades of Danube #618CC2

Tints of Danube #618CC2

Color information

#618CC2 (or 0x618CC2) is unknown color: approx Danube. HEX triplet: 61, 8C and C2. RGB value is (97,140,194). Sum of RGB (Red+Green+Blue) = 97+140+194=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #618CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CC2 is #9E733D. Grayscale: #858585. Windows color (decimal): -10384190 or 12749921. OLE color: 12749921.

HSL color Cylindrical-coordinate representation of color #618CC2: hue angle of 213.4º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618CC2 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97140194-
CMYK0.500.2800.24
HSL213.4º44.29%57.06%-
HSV(B)213.4º50%76.08%-
XYZ24.0525.1954.63-
YUV133.3162.25102.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=22.51%
G=32.48%
B=45.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971401940.500.2800.24213.444.2957.06
Hex618CC2321C018d52c39
Octal14121430262340303255471
Binary110000110001100110000101100101110001100011010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,194); }

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

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

 a { background-color: rgb(97,140,194); }

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

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

 span { border-color: rgb(97,140,194); }

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