#618DBC

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

Shades of Danube #618DBC

Tints of Danube #618DBC

Color information

#618DBC (or 0x618DBC) is unknown color: approx Danube. HEX triplet: 61, 8D and BC. RGB value is (97,141,188). Sum of RGB (Red+Green+Blue) = 97+141+188=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #618DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DBC is #9E7243. Grayscale: #848484. Windows color (decimal): -10383940 or 12356961. OLE color: 12356961.

HSL color Cylindrical-coordinate representation of color #618DBC: hue angle of 210.99º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618DBC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97141188-
CMYK0.480.2500.26
HSL210.99º40.44%55.88%-
HSV(B)210.99º48.4%73.73%-
XYZ23.5325.2251.21-
YUV133.2158.92102.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=22.77%
G=33.10%
B=44.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971411880.480.2500.26210.9940.4455.88
Hex618DBC301901Ad32838
Octal14121527460310323235070
Binary110000110001101101111001100001100101101011010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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