#628CCB

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

Shades of Danube #628CCB

Tints of Danube #628CCB

Color information

#628CCB (or 0x628CCB) is unknown color: approx Danube. HEX triplet: 62, 8C and CB. RGB value is (98,140,203). Sum of RGB (Red+Green+Blue) = 98+140+203=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #628CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CCB is #9D7334. Grayscale: #868686. Windows color (decimal): -10318645 or 13339746. OLE color: 13339746.

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

Color convert

RGB98140203-
CMYK0.520.3100.20
HSL216º50.24%59.02%-
HSV(B)216º51.72%79.61%-
XYZ25.1925.6660.13-
YUV134.62166.59101.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.22%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=22.22%
G=31.75%
B=46.03%

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
Decimal981402030.520.3100.2021650.2459.02
Hex628CCB341F014d8323b
Octal14221431364370243306273
Binary110001010001100110010111101001111101010011011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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