#618FBC

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

Shades of Danube #618FBC

Tints of Danube #618FBC

Color information

#618FBC (or 0x618FBC) is unknown color: approx Danube. HEX triplet: 61, 8F and BC. RGB value is (97,143,188). Sum of RGB (Red+Green+Blue) = 97+143+188=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #618FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FBC is #9E7043. Grayscale: #868686. Windows color (decimal): -10383428 or 12357473. OLE color: 12357473.

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

Color convert

RGB97143188-
CMYK0.480.2400.26
HSL209.67º40.44%55.88%-
HSV(B)209.67º48.4%73.73%-
XYZ23.8325.8251.3-
YUV134.38158.26101.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=22.66%
G=33.41%
B=43.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971431880.480.2400.26209.6740.4455.88
Hex618FBC301801Ad22838
Octal14121727460300323225070
Binary110000110001111101111001100001100001101011010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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