#648FBF

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

Shades of Danube #648FBF

Tints of Danube #648FBF

Color information

#648FBF (or 0x648FBF) is unknown color: approx Danube. HEX triplet: 64, 8F and BF. RGB value is (100,143,191). Sum of RGB (Red+Green+Blue) = 100+143+191=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #648FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBF is #9B7040. Grayscale: #878787. Windows color (decimal): -10186817 or 12554084. OLE color: 12554084.

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

Color convert

RGB100143191-
CMYK0.480.2500.25
HSL211.65º41.55%57.06%-
HSV(B)211.65º47.64%74.9%-
XYZ24.4826.1253.04-
YUV135.61159.25102.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 191 (75% from 255) = 44.01%
R=23.04%
G=32.95%
B=44.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001431910.480.2500.25211.6541.5557.06
Hex648FBF3019019d42a39
Octal14421727760310313245271
Binary110010010001111101111111100001100101100111010100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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