#648DC2

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

Shades of Danube #648DC2

Tints of Danube #648DC2

Color information

#648DC2 (or 0x648DC2) is unknown color: approx Danube. HEX triplet: 64, 8D and C2. RGB value is (100,141,194). Sum of RGB (Red+Green+Blue) = 100+141+194=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #648DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DC2 is #9B723D. Grayscale: #868686. Windows color (decimal): -10187326 or 12750180. OLE color: 12750180.

HSL color Cylindrical-coordinate representation of color #648DC2: hue angle of 213.83º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648DC2 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100141194-
CMYK0.480.2700.24
HSL213.83º43.52%57.65%-
HSV(B)213.83º48.45%76.08%-
XYZ24.5225.6554.7-
YUV134.78161.42103.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.99%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=22.99%
G=32.41%
B=44.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001411940.480.2700.24213.8343.5257.65
Hex648DC2301B018d62c3a
Octal14421530260330303265472
Binary110010010001101110000101100001101101100011010110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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