#618ac3

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

Shades of Danube #618AC3

Tints of Danube #618AC3

Color information

#618AC3 (or 0x618AC3) is unknown color: approx Danube. HEX triplet: 61, 8A and C3. RGB value is (97,138,195). Sum of RGB (Red+Green+Blue) = 97+138+195=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #618AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AC3 is #9E753C. Grayscale: #838383. Windows color (decimal): -10384701 or 12814945. OLE color: 12814945.

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

Color convert

RGB97138195-
CMYK0.500.2900.24
HSL214.9º44.95%57.25%-
HSV(B)214.9º50.26%76.47%-
XYZ23.8724.6655.13-
YUV132.24163.42102.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 195 (76.56% from 255) = 45.35%
R=22.56%
G=32.09%
B=45.35%

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
Decimal971381950.500.2900.24214.944.9557.25
Hex618AC3321D018d72d39
Octal14121230362350303275571
Binary110000110001010110000111100101110101100011010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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