#649FF9

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

Shades of Cornflower Blue #649FF9

Tints of Cornflower Blue #649FF9

Color information

#649FF9 (or 0x649FF9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9F and F9. RGB value is (100,159,249). Sum of RGB (Red+Green+Blue) = 100+159+249=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #649FF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FF9 is #9B6006. Grayscale: #979797. Windows color (decimal): -10182663 or 16359268. OLE color: 16359268.

HSL color Cylindrical-coordinate representation of color #649FF9: hue angle of 216.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649FF9 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100159249-
CMYK0.600.3600.02
HSL216.24º92.55%68.43%-
HSV(B)216.24º59.84%97.65%-
XYZ34.7534.3594.42-
YUV151.62182.9591.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 249 (97.66% from 255) = 49.02%
R=19.69%
G=31.30%
B=49.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001592490.600.3600.02216.2492.5568.43
Hex649FF93C2402d85d44
Octal144237371744402330135104
Binary110010010011111111110011111001001000101101100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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