#648FC1

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

Shades of Danube #648FC1

Tints of Danube #648FC1

Color information

#648FC1 (or 0x648FC1) is unknown color: approx Danube. HEX triplet: 64, 8F and C1. RGB value is (100,143,193). Sum of RGB (Red+Green+Blue) = 100+143+193=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #648FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FC1 is #9B703E. Grayscale: #878787. Windows color (decimal): -10186815 or 12685156. OLE color: 12685156.

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

Color convert

RGB100143193-
CMYK0.480.2600.24
HSL212.26º42.86%57.45%-
HSV(B)212.26º48.19%75.69%-
XYZ24.726.254.21-
YUV135.84160.25102.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=22.94%
G=32.80%
B=44.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001431930.480.2600.24212.2642.8657.45
Hex648FC1301A018d42b39
Octal14421730160320303245371
Binary110010010001111110000011100001101001100011010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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