#628AC5

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

Shades of Danube #628AC5

Tints of Danube #628AC5

Color information

#628AC5 (or 0x628AC5) is unknown color: approx Danube. HEX triplet: 62, 8A and C5. RGB value is (98,138,197). Sum of RGB (Red+Green+Blue) = 98+138+197=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #628AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628AC5 is #9D753A. Grayscale: #848484. Windows color (decimal): -10319163 or 12946018. OLE color: 12946018.

HSL color Cylindrical-coordinate representation of color #628AC5: hue angle of 215.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628AC5 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB98138197-
CMYK0.500.3000.23
HSL215.76º46.05%57.84%-
HSV(B)215.76º50.25%77.25%-
XYZ24.224.856.34-
YUV132.77164.25103.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.63%
GREEN value IS 138 (54.30% from 255) = 31.87%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=22.63%
G=31.87%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal981381970.500.3000.23215.7646.0557.84
Hex628AC5321E017d82e3a
Octal14221230562360273305672
Binary110001010001010110001011100101111001011111011000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,138,197); }

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

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

 a { background-color: rgb(98,138,197); }

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

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

 span { border-color: rgb(98,138,197); }

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