#628BC2

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

Shades of Danube #628BC2

Tints of Danube #628BC2

Color information

#628BC2 (or 0x628BC2) is unknown color: approx Danube. HEX triplet: 62, 8B and C2. RGB value is (98,139,194). Sum of RGB (Red+Green+Blue) = 98+139+194=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #628BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628BC2 is #9D743D. Grayscale: #848484. Windows color (decimal): -10318910 or 12749666. OLE color: 12749666.

HSL color Cylindrical-coordinate representation of color #628BC2: hue angle of 214.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628BC2 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB98139194-
CMYK0.490.2800.24
HSL214.38º44.04%57.25%-
HSV(B)214.38º49.48%76.08%-
XYZ24.0124.9654.59-
YUV133.01162.42103.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=22.74%
G=32.25%
B=45.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981391940.490.2800.24214.3844.0457.25
Hex628BC2311C018d62c39
Octal14221330261340303265471
Binary110001010001011110000101100011110001100011010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,139,194); }

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

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

 a { background-color: rgb(98,139,194); }

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

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

 span { border-color: rgb(98,139,194); }

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