#648DD9

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

Shades of Cornflower Blue #648DD9

Tints of Cornflower Blue #648DD9

Color information

#648DD9 (or 0x648DD9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and D9. RGB value is (100,141,217). Sum of RGB (Red+Green+Blue) = 100+141+217=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #648DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DD9 is #9B7226. Grayscale: #898989. Windows color (decimal): -10187303 or 14257508. OLE color: 14257508.

HSL color Cylindrical-coordinate representation of color #648DD9: hue angle of 218.97º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648DD9 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100141217-
CMYK0.540.3500.15
HSL218.97º60.62%62.16%-
HSV(B)218.97º53.92%85.1%-
XYZ27.326.7769.37-
YUV137.4172.92101.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 217 (85.16% from 255) = 47.38%
R=21.83%
G=30.79%
B=47.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001412170.540.3500.15218.9760.6262.16
Hex648DD936230Fdb3d3e
Octal14421533166430173337576
Binary110010010001101110110011101101000110111111011011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,141,217); }

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

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

 a { background-color: rgb(100,141,217); }

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

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

 span { border-color: rgb(100,141,217); }

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