#628CCF

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

Shades of Danube #628CCF

Tints of Danube #628CCF

Color information

#628CCF (or 0x628CCF) is unknown color: approx Danube. HEX triplet: 62, 8C and CF. RGB value is (98,140,207). Sum of RGB (Red+Green+Blue) = 98+140+207=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #628CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CCF is #9D7330. Grayscale: #868686. Windows color (decimal): -10318641 or 13601890. OLE color: 13601890.

HSL color Cylindrical-coordinate representation of color #628CCF: hue angle of 216.88º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #628CCF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB98140207-
CMYK0.530.3200.19
HSL216.88º53.17%59.8%-
HSV(B)216.88º52.66%81.18%-
XYZ25.6825.8662.67-
YUV135.08168.59101.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=22.02%
G=31.46%
B=46.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal981402070.530.3200.19216.8853.1759.8
Hex628CCF3520013d9353c
Octal14221431765400233316574
Binary1100010100011001100111111010110000001001111011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,140,207); }

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

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

 a { background-color: rgb(98,140,207); }

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

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

 span { border-color: rgb(98,140,207); }

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