#647DE1

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

Shades of Cornflower Blue #647DE1

Tints of Cornflower Blue #647DE1

Color information

#647DE1 (or 0x647DE1) is unknown color: approx Cornflower Blue. HEX triplet: 64, 7D and E1. RGB value is (100,125,225). Sum of RGB (Red+Green+Blue) = 100+125+225=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #647DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DE1 is #9B821E. Grayscale: #808080. Windows color (decimal): -10191391 or 14777700. OLE color: 14777700.

HSL color Cylindrical-coordinate representation of color #647DE1: hue angle of 228º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #647DE1 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB100125225-
CMYK0.560.4400.12
HSL228º67.57%63.73%-
HSV(B)228º55.56%88.24%-
XYZ26.1822.8174.26-
YUV128.93182.22107.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.22%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 225 (88.28% from 255) = 50%
R=22.22%
G=27.78%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1001252250.560.4400.1222867.5763.73
Hex647DE1382C0Ce44440
Octal1441753417054014344104100
Binary1100100111110111100001111000101100011001110010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647DE1; }

 p { color: rgb(100,125,225); }

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

<style>
 a { background-color: #647DE1; }

 a { background-color: rgb(100,125,225); }

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

<style>
 span { border-color: #647DE1; }

 span { border-color: rgb(100,125,225); }

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