#628ACC

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

Shades of Danube #628ACC

Tints of Danube #628ACC

Color information

#628ACC (or 0x628ACC) is unknown color: approx Danube. HEX triplet: 62, 8A and CC. RGB value is (98,138,204). Sum of RGB (Red+Green+Blue) = 98+138+204=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #628ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ACC is #9D7533. Grayscale: #858585. Windows color (decimal): -10319156 or 13404770. OLE color: 13404770.

HSL color Cylindrical-coordinate representation of color #628ACC: hue angle of 217.36º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628ACC is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98138204-
CMYK0.520.3200.2
HSL217.36º50.96%59.22%-
HSV(B)217.36º51.96%80%-
XYZ25.0225.1360.66-
YUV133.56167.75102.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.27%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=22.27%
G=31.36%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981382040.520.3200.2217.3650.9659.22
Hex628ACC3420014d9333b
Octal14221231464400243316373
Binary1100010100010101100110011010010000001010011011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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