#618EC3

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

Shades of Danube #618EC3

Tints of Danube #618EC3

Color information

#618EC3 (or 0x618EC3) is unknown color: approx Danube. HEX triplet: 61, 8E and C3. RGB value is (97,142,195). Sum of RGB (Red+Green+Blue) = 97+142+195=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #618EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EC3 is #9E713C. Grayscale: #868686. Windows color (decimal): -10383677 or 12815969. OLE color: 12815969.

HSL color Cylindrical-coordinate representation of color #618EC3: hue angle of 212.45º degrees, saturation: 0.45, 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 #618EC3 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97142195-
CMYK0.500.2700.24
HSL212.45º44.95%57.25%-
HSV(B)212.45º50.26%76.47%-
XYZ24.4525.8355.33-
YUV134.59162.09101.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 195 (76.56% from 255) = 44.93%
R=22.35%
G=32.72%
B=44.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971421950.500.2700.24212.4544.9557.25
Hex618EC3321B018d42d39
Octal14121630362330303245571
Binary110000110001110110000111100101101101100011010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,142,195); }

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

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

 a { background-color: rgb(97,142,195); }

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

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

 span { border-color: rgb(97,142,195); }

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