#648DCD

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

Shades of Danube #648DCD

Tints of Danube #648DCD

Color information

#648DCD (or 0x648DCD) is unknown color: approx Danube. HEX triplet: 64, 8D and CD. RGB value is (100,141,205). Sum of RGB (Red+Green+Blue) = 100+141+205=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #648DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DCD is #9B7232. Grayscale: #878787. Windows color (decimal): -10187315 or 13471076. OLE color: 13471076.

HSL color Cylindrical-coordinate representation of color #648DCD: hue angle of 216.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648DCD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100141205-
CMYK0.510.3100.20
HSL216.57º51.22%59.8%-
HSV(B)216.57º51.22%80.39%-
XYZ25.826.1761.45-
YUV136.04166.92102.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=22.42%
G=31.61%
B=45.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001412050.510.3100.20216.5751.2259.8
Hex648DCD331F014d9333c
Octal14421531563370243316374
Binary110010010001101110011011100111111101010011011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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