#628CBC

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

Shades of Danube #628CBC

Tints of Danube #628CBC

Color information

#628CBC (or 0x628CBC) is unknown color: approx Danube. HEX triplet: 62, 8C and BC. RGB value is (98,140,188). Sum of RGB (Red+Green+Blue) = 98+140+188=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #628CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CBC is #9D7343. Grayscale: #848484. Windows color (decimal): -10318660 or 12356706. OLE color: 12356706.

HSL color Cylindrical-coordinate representation of color #628CBC: hue angle of 212º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628CBC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB98140188-
CMYK0.480.2600.26
HSL212º40.18%56.08%-
HSV(B)212º47.87%73.73%-
XYZ23.4924.9851.16-
YUV132.91159.09103.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.00%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 188 (73.83% from 255) = 44.13%
R=23.00%
G=32.86%
B=44.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981401880.480.2600.2621240.1856.08
Hex628CBC301A01Ad42838
Octal14221427460320323245070
Binary110001010001100101111001100001101001101011010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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