#618AC2

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

Shades of Danube #618AC2

Tints of Danube #618AC2

Color information

#618AC2 (or 0x618AC2) is unknown color: approx Danube. HEX triplet: 61, 8A and C2. RGB value is (97,138,194). Sum of RGB (Red+Green+Blue) = 97+138+194=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #618AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AC2 is #9E753D. Grayscale: #838383. Windows color (decimal): -10384702 or 12749409. OLE color: 12749409.

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

Color convert

RGB97138194-
CMYK0.500.2900.24
HSL214.64º44.29%57.06%-
HSV(B)214.64º50%76.08%-
XYZ23.7624.6154.54-
YUV132.12162.92102.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 194 (76.17% from 255) = 45.22%
R=22.61%
G=32.17%
B=45.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971381940.500.2900.24214.6444.2957.06
Hex618AC2321D018d72c39
Octal14121230262350303275471
Binary110000110001010110000101100101110101100011010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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