#648EDC

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

Shades of Cornflower Blue #648EDC

Tints of Cornflower Blue #648EDC

Color information

#648EDC (or 0x648EDC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8E and DC. RGB value is (100,142,220). Sum of RGB (Red+Green+Blue) = 100+142+220=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #648EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDC is #9B7123. Grayscale: #898989. Windows color (decimal): -10187044 or 14454372. OLE color: 14454372.

HSL color Cylindrical-coordinate representation of color #648EDC: hue angle of 219º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648EDC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100142220-
CMYK0.550.3500.14
HSL219º63.16%62.75%-
HSV(B)219º54.55%86.27%-
XYZ27.8527.2271.5-
YUV138.33174.09100.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.65%
GREEN value IS 142 (55.86% from 255) = 30.74%
BLUE value IS 220 (86.33% from 255) = 47.62%
R=21.65%
G=30.74%
B=47.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001422200.550.3500.1421963.1662.75
Hex648EDC37230Edb3f3f
Octal14421633467430163337777
Binary110010010001110110111001101111000110111011011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,142,220); }

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

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

 a { background-color: rgb(100,142,220); }

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

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

 span { border-color: rgb(100,142,220); }

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