#648FD2

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

Shades of Danube #648FD2

Tints of Danube #648FD2

Color information

#648FD2 (or 0x648FD2) is unknown color: approx Danube. HEX triplet: 64, 8F and D2. RGB value is (100,143,210). Sum of RGB (Red+Green+Blue) = 100+143+210=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #648FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FD2 is #9B702D. Grayscale: #898989. Windows color (decimal): -10186798 or 13799268. OLE color: 13799268.

HSL color Cylindrical-coordinate representation of color #648FD2: hue angle of 216.55º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #648FD2 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100143210-
CMYK0.520.3200.18
HSL216.55º55%60.78%-
HSV(B)216.55º52.38%82.35%-
XYZ26.7127.0164.78-
YUV137.78168.75101.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 210 (82.42% from 255) = 46.36%
R=22.08%
G=31.57%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001432100.520.3200.18216.555560.78
Hex648FD23420012d9373d
Octal14421732264400223316775
Binary1100100100011111101001011010010000001001011011001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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