#618AC8

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

Shades of Danube #618AC8

Tints of Danube #618AC8

Color information

#618AC8 (or 0x618AC8) is unknown color: approx Danube. HEX triplet: 61, 8A and C8. RGB value is (97,138,200). Sum of RGB (Red+Green+Blue) = 97+138+200=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #618AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AC8 is #9E7537. Grayscale: #848484. Windows color (decimal): -10384696 or 13142625. OLE color: 13142625.

HSL color Cylindrical-coordinate representation of color #618AC8: hue angle of 216.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618AC8 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97138200-
CMYK0.520.3100.22
HSL216.12º48.36%58.24%-
HSV(B)216.12º51.5%78.43%-
XYZ24.4424.8958.16-
YUV132.81165.92102.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 200 (78.52% from 255) = 45.98%
R=22.30%
G=31.72%
B=45.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971382000.520.3100.22216.1248.3658.24
Hex618AC8341F016d8303a
Octal14121231064370263306072
Binary110000110001010110010001101001111101011011011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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