#648DD0

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

Shades of Danube #648DD0

Tints of Danube #648DD0

Color information

#648DD0 (or 0x648DD0) is unknown color: approx Danube. HEX triplet: 64, 8D and D0. RGB value is (100,141,208). Sum of RGB (Red+Green+Blue) = 100+141+208=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #648DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DD0 is #9B722F. Grayscale: #888888. Windows color (decimal): -10187312 or 13667684. OLE color: 13667684.

HSL color Cylindrical-coordinate representation of color #648DD0: hue angle of 217.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #648DD0 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100141208-
CMYK0.520.3200.18
HSL217.22º53.47%60.39%-
HSV(B)217.22º51.92%81.57%-
XYZ26.1726.3163.37-
YUV136.38168.42102.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=22.27%
G=31.40%
B=46.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001412080.520.3200.18217.2253.4760.39
Hex648DD03420012d9353c
Octal14421532064400223316574
Binary1100100100011011101000011010010000001001011011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648DD0; }

 p { color: rgb(100,141,208); }

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

<style>
 a { background-color: #648DD0; }

 a { background-color: rgb(100,141,208); }

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

<style>
 span { border-color: #648DD0; }

 span { border-color: rgb(100,141,208); }

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