#647CDC

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

Shades of Cornflower Blue #647CDC

Tints of Cornflower Blue #647CDC

Color information

#647CDC (or 0x647CDC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 7C and DC. RGB value is (100,124,220). Sum of RGB (Red+Green+Blue) = 100+124+220=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #647CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CDC is #9B8323. Grayscale: #7F7F7F. Windows color (decimal): -10191652 or 14449764. OLE color: 14449764.

HSL color Cylindrical-coordinate representation of color #647CDC: hue angle of 228º 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 #647CDC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100124220-
CMYK0.550.4400.14
HSL228º63.16%62.75%-
HSV(B)228º54.55%86.27%-
XYZ25.3822.2970.68-
YUV127.77180.05108.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=22.52%
G=27.93%
B=49.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001242200.550.4400.1422863.1662.75
Hex647CDC372C0Ee43f3f
Octal14417433467540163447777
Binary11001001111100110111001101111011000111011100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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