#648AC1

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

Shades of Danube #648AC1

Tints of Danube #648AC1

Color information

#648AC1 (or 0x648AC1) is unknown color: approx Danube. HEX triplet: 64, 8A and C1. RGB value is (100,138,193). Sum of RGB (Red+Green+Blue) = 100+138+193=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #648AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AC1 is #9B753E. Grayscale: #848484. Windows color (decimal): -10188095 or 12683876. OLE color: 12683876.

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

Color convert

RGB100138193-
CMYK0.480.2800.24
HSL215.48º42.86%57.45%-
HSV(B)215.48º48.19%75.69%-
XYZ23.9724.7453.96-
YUV132.91161.91104.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.20%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=23.20%
G=32.02%
B=44.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001381930.480.2800.24215.4842.8657.45
Hex648AC1301C018d72b39
Octal14421230160340303275371
Binary110010010001010110000011100001110001100011010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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