#649EFE

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

Shades of Cornflower Blue #649EFE

Tints of Cornflower Blue #649EFE

Color information

#649EFE (or 0x649EFE) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9E and FE. RGB value is (100,158,254). Sum of RGB (Red+Green+Blue) = 100+158+254=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #649EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EFE is #9B6101. Grayscale: #979797. Windows color (decimal): -10182914 or 16686692. OLE color: 16686692.

HSL color Cylindrical-coordinate representation of color #649EFE: hue angle of 217.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649EFE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100158254-
CMYK0.610.3800.00
HSL217.4º98.72%69.41%-
HSV(B)217.4º60.63%99.61%-
XYZ35.3734.3298.53-
YUV151.6185.7891.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.53%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=19.53%
G=30.86%
B=49.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001582540.610.3800.00217.498.7269.41
Hex649EFE3D2600d96345
Octal144236376754600331143105
Binary11001001001111011111110111101100110001101100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,158,254); }

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

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

 a { background-color: rgb(100,158,254); }

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

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

 span { border-color: rgb(100,158,254); }

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