#628DBA

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

Shades of Danube #628DBA

Tints of Danube #628DBA

Color information

#628DBA (or 0x628DBA) is unknown color: approx Danube. HEX triplet: 62, 8D and BA. RGB value is (98,141,186). Sum of RGB (Red+Green+Blue) = 98+141+186=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #628DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DBA is #9D7245. Grayscale: #858585. Windows color (decimal): -10318406 or 12225890. OLE color: 12225890.

HSL color Cylindrical-coordinate representation of color #628DBA: hue angle of 210.68º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628DBA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB98141186-
CMYK0.470.2400.27
HSL210.68º38.94%55.69%-
HSV(B)210.68º47.31%72.94%-
XYZ23.4225.1950.08-
YUV133.27157.75102.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.06%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=23.06%
G=33.18%
B=43.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981411860.470.2400.27210.6838.9455.69
Hex628DBA2F1801Bd32738
Octal14221527257300333234770
Binary110001010001101101110101011111100001101111010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628DBA; }

 p { color: rgb(98,141,186); }

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

<style>
 a { background-color: #628DBA; }

 a { background-color: rgb(98,141,186); }

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

<style>
 span { border-color: #628DBA; }

 span { border-color: rgb(98,141,186); }

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