#628ECD

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

Shades of Danube #628ECD

Tints of Danube #628ECD

Color information

#628ECD (or 0x628ECD) is unknown color: approx Danube. HEX triplet: 62, 8E and CD. RGB value is (98,142,205). Sum of RGB (Red+Green+Blue) = 98+142+205=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #628ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ECD is #9D7132. Grayscale: #878787. Windows color (decimal): -10318131 or 13471330. OLE color: 13471330.

HSL color Cylindrical-coordinate representation of color #628ECD: hue angle of 215.33º degrees, saturation: 0.52, 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 #628ECD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB98142205-
CMYK0.520.3100.20
HSL215.33º51.69%59.41%-
HSV(B)215.33º52.2%80.39%-
XYZ25.7326.3561.49-
YUV136.03166.92100.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.02%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=22.02%
G=31.91%
B=46.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981422050.520.3100.20215.3351.6959.41
Hex628ECD341F014d7343b
Octal14221631564370243276473
Binary110001010001110110011011101001111101010011010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,142,205); }

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

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

 a { background-color: rgb(98,142,205); }

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

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

 span { border-color: rgb(98,142,205); }

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