#649FF3

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

Shades of Cornflower Blue #649FF3

Tints of Cornflower Blue #649FF3

Color information

#649FF3 (or 0x649FF3) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9F and F3. RGB value is (100,159,243). Sum of RGB (Red+Green+Blue) = 100+159+243=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #649FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FF3 is #9B600C. Grayscale: #969696. Windows color (decimal): -10182669 or 15966052. OLE color: 15966052.

HSL color Cylindrical-coordinate representation of color #649FF3: hue angle of 215.24º degrees, saturation: 0.86, 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 #649FF3 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100159243-
CMYK0.590.3500.05
HSL215.24º85.63%67.25%-
HSV(B)215.24º58.85%95.29%-
XYZ33.8333.9889.57-
YUV150.94179.9591.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 159 (62.5% from 255) = 31.67%
BLUE value IS 243 (95.31% from 255) = 48.41%
R=19.92%
G=31.67%
B=48.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001592430.590.3500.05215.2485.6367.25
Hex649FF33B2305d75643
Octal144237363734305327126103
Binary1100100100111111111001111101110001101011101011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649FF3; }

 p { color: rgb(100,159,243); }

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

<style>
 a { background-color: #649FF3; }

 a { background-color: rgb(100,159,243); }

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

<style>
 span { border-color: #649FF3; }

 span { border-color: rgb(100,159,243); }

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