#618DCC

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

Shades of Danube #618DCC

Tints of Danube #618DCC

Color information

#618DCC (or 0x618DCC) is unknown color: approx Danube. HEX triplet: 61, 8D and CC. RGB value is (97,141,204). Sum of RGB (Red+Green+Blue) = 97+141+204=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #618DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCC is #9E7233. Grayscale: #868686. Windows color (decimal): -10383924 or 13405537. OLE color: 13405537.

HSL color Cylindrical-coordinate representation of color #618DCC: hue angle of 215.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618DCC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97141204-
CMYK0.520.3100.2
HSL215.33º51.2%59.02%-
HSV(B)215.33º52.45%80%-
XYZ25.3525.9560.8-
YUV135.03166.92100.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=21.95%
G=31.90%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971412040.520.3100.2215.3351.259.02
Hex618DCC341F014d7333b
Octal14121531464370243276373
Binary110000110001101110011001101001111101010011010111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,204); }

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

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

 a { background-color: rgb(97,141,204); }

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

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

 span { border-color: rgb(97,141,204); }

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