#618AC1

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

Shades of Danube #618AC1

Tints of Danube #618AC1

Color information

#618AC1 (or 0x618AC1) is unknown color: approx Danube. HEX triplet: 61, 8A and C1. RGB value is (97,138,193). Sum of RGB (Red+Green+Blue) = 97+138+193=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #618AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AC1 is #9E753E. Grayscale: #838383. Windows color (decimal): -10384703 or 12683873. OLE color: 12683873.

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

Color convert

RGB97138193-
CMYK0.500.2800.24
HSL214.38º43.64%56.86%-
HSV(B)214.38º49.74%75.69%-
XYZ23.6424.5753.95-
YUV132.01162.42103.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 193 (75.78% from 255) = 45.09%
R=22.66%
G=32.24%
B=45.09%

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
Decimal971381930.500.2800.24214.3843.6456.86
Hex618AC1321C018d62c39
Octal14121230162340303265471
Binary110000110001010110000011100101110001100011010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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