#648DE0

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

Shades of Cornflower Blue #648DE0

Tints of Cornflower Blue #648DE0

Color information

#648DE0 (or 0x648DE0) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and E0. RGB value is (100,141,224). Sum of RGB (Red+Green+Blue) = 100+141+224=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #648DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DE0 is #9B721F. Grayscale: #898989. Windows color (decimal): -10187296 or 14716260. OLE color: 14716260.

HSL color Cylindrical-coordinate representation of color #648DE0: hue angle of 220.16º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648DE0 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100141224-
CMYK0.550.3700.12
HSL220.16º66.67%63.53%-
HSV(B)220.16º55.36%87.84%-
XYZ28.2327.1474.27-
YUV138.2176.42100.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 224 (87.89% from 255) = 48.17%
R=21.51%
G=30.32%
B=48.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001412240.550.3700.12220.1666.6763.53
Hex648DE037250Cdc4340
Octal1442153406745014334103100
Binary11001001000110111100000110111100101011001101110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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