#647CF2

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

Shades of Cornflower Blue #647CF2

Tints of Cornflower Blue #647CF2

Color information

#647CF2 (or 0x647CF2) is unknown color: approx Cornflower Blue. HEX triplet: 64, 7C and F2. RGB value is (100,124,242). Sum of RGB (Red+Green+Blue) = 100+124+242=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #647CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647CF2 is #9B830D. Grayscale: #818181. Windows color (decimal): -10191630 or 15891556. OLE color: 15891556.

HSL color Cylindrical-coordinate representation of color #647CF2: hue angle of 229.86º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647CF2 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100124242-
CMYK0.590.4900.05
HSL229.86º84.52%67.06%-
HSV(B)229.86º58.68%94.9%-
XYZ28.4923.5487.05-
YUV130.28191.05106.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 242 (94.92% from 255) = 51.93%
R=21.46%
G=26.61%
B=51.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001242420.590.4900.05229.8684.5267.06
Hex647CF23B3105e65543
Octal144174362736105346125103
Binary110010011111001111001011101111000101011110011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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