#618ACF

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

Shades of Danube #618ACF

Tints of Danube #618ACF

Color information

#618ACF (or 0x618ACF) is unknown color: approx Danube. HEX triplet: 61, 8A and CF. RGB value is (97,138,207). Sum of RGB (Red+Green+Blue) = 97+138+207=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #618ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACF is #9E7530. Grayscale: #858585. Windows color (decimal): -10384689 or 13601377. OLE color: 13601377.

HSL color Cylindrical-coordinate representation of color #618ACF: hue angle of 217.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618ACF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97138207-
CMYK0.530.3300.19
HSL217.64º53.4%59.61%-
HSV(B)217.64º53.14%81.18%-
XYZ25.2825.2262.57-
YUV133.61169.42101.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=21.95%
G=31.22%
B=46.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971382070.530.3300.19217.6453.459.61
Hex618ACF3521013da353c
Octal14121231765410233326574
Binary1100001100010101100111111010110000101001111011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,138,207); }

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

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

 a { background-color: rgb(97,138,207); }

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

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

 span { border-color: rgb(97,138,207); }

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