#648FBA

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

Shades of Danube #648FBA

Tints of Danube #648FBA

Color information

#648FBA (or 0x648FBA) is unknown color: approx Danube. HEX triplet: 64, 8F and BA. RGB value is (100,143,186). Sum of RGB (Red+Green+Blue) = 100+143+186=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #648FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FBA is #9B7045. Grayscale: #868686. Windows color (decimal): -10186822 or 12226404. OLE color: 12226404.

HSL color Cylindrical-coordinate representation of color #648FBA: hue angle of 210º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648FBA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100143186-
CMYK0.460.2300.27
HSL210º38.39%56.08%-
HSV(B)210º46.24%72.94%-
XYZ23.9425.950.19-
YUV135.04156.75103-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.31%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=23.31%
G=33.33%
B=43.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001431860.460.2300.2721038.3956.08
Hex648FBA2E1701Bd22638
Octal14421727256270333224670
Binary110010010001111101110101011101011101101111010010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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