#648DBF

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

Shades of Danube #648DBF

Tints of Danube #648DBF

Color information

#648DBF (or 0x648DBF) is unknown color: approx Danube. HEX triplet: 64, 8D and BF. RGB value is (100,141,191). Sum of RGB (Red+Green+Blue) = 100+141+191=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #648DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DBF is #9B7240. Grayscale: #868686. Windows color (decimal): -10187329 or 12553572. OLE color: 12553572.

HSL color Cylindrical-coordinate representation of color #648DBF: hue angle of 212.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648DBF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100141191-
CMYK0.480.2600.25
HSL212.97º41.55%57.06%-
HSV(B)212.97º47.64%74.9%-
XYZ24.1825.5252.94-
YUV134.44159.92103.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 191 (75% from 255) = 44.21%
R=23.15%
G=32.64%
B=44.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001411910.480.2600.25212.9741.5557.06
Hex648DBF301A019d52a39
Octal14421527760320313255271
Binary110010010001101101111111100001101001100111010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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