#618ECA

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

Shades of Danube #618ECA

Tints of Danube #618ECA

Color information

#618ECA (or 0x618ECA) is unknown color: approx Danube. HEX triplet: 61, 8E and CA. RGB value is (97,142,202). Sum of RGB (Red+Green+Blue) = 97+142+202=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #618ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ECA is #9E7135. Grayscale: #878787. Windows color (decimal): -10383670 or 13274721. OLE color: 13274721.

HSL color Cylindrical-coordinate representation of color #618ECA: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618ECA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97142202-
CMYK0.520.3000.21
HSL214.29º49.76%58.63%-
HSV(B)214.29º51.98%79.22%-
XYZ25.2626.1559.59-
YUV135.38165.59100.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=22.00%
G=32.20%
B=45.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971422020.520.3000.21214.2949.7658.63
Hex618ECA341E015d6323b
Octal14121631264360253266273
Binary110000110001110110010101101001111001010111010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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