#648ACD

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

Shades of Danube #648ACD

Tints of Danube #648ACD

Color information

#648ACD (or 0x648ACD) is unknown color: approx Danube. HEX triplet: 64, 8A and CD. RGB value is (100,138,205). Sum of RGB (Red+Green+Blue) = 100+138+205=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #648ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ACD is #9B7532. Grayscale: #858585. Windows color (decimal): -10188083 or 13470308. OLE color: 13470308.

HSL color Cylindrical-coordinate representation of color #648ACD: hue angle of 218.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648ACD is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100138205-
CMYK0.510.3300.20
HSL218.29º51.22%59.8%-
HSV(B)218.29º51.22%80.39%-
XYZ25.3625.2961.3-
YUV134.28167.91103.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=22.57%
G=31.15%
B=46.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001382050.510.3300.20218.2951.2259.8
Hex648ACD3321014da333c
Octal14421231563410243326374
Binary1100100100010101100110111001110000101010011011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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