#628ACD

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

Shades of Danube #628ACD

Tints of Danube #628ACD

Color information

#628ACD (or 0x628ACD) is unknown color: approx Danube. HEX triplet: 62, 8A and CD. RGB value is (98,138,205). Sum of RGB (Red+Green+Blue) = 98+138+205=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #628ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ACD is #9D7532. Grayscale: #858585. Windows color (decimal): -10319155 or 13470306. OLE color: 13470306.

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

Color convert

RGB98138205-
CMYK0.520.3300.20
HSL217.57º51.69%59.41%-
HSV(B)217.57º52.2%80.39%-
XYZ25.1425.1861.29-
YUV133.68168.25102.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.22%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=22.22%
G=31.29%
B=46.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal981382050.520.3300.20217.5751.6959.41
Hex628ACD3421014da343b
Octal14221231564410243326473
Binary1100010100010101100110111010010000101010011011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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