#648CBF

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

Shades of Danube #648CBF

Tints of Danube #648CBF

Color information

#648CBF (or 0x648CBF) is unknown color: approx Danube. HEX triplet: 64, 8C and BF. RGB value is (100,140,191). Sum of RGB (Red+Green+Blue) = 100+140+191=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #648CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CBF is #9B7340. Grayscale: #858585. Windows color (decimal): -10187585 or 12553316. OLE color: 12553316.

HSL color Cylindrical-coordinate representation of color #648CBF: hue angle of 213.63º 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 #648CBF is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100140191-
CMYK0.480.2700.25
HSL213.63º41.55%57.06%-
HSV(B)213.63º47.64%74.9%-
XYZ24.0425.2352.89-
YUV133.85160.25103.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 191 (75% from 255) = 44.32%
R=23.20%
G=32.48%
B=44.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001401910.480.2700.25213.6341.5557.06
Hex648CBF301B019d62a39
Octal14421427760330313265271
Binary110010010001100101111111100001101101100111010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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