#649EEA

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

Shades of Cornflower Blue #649EEA

Tints of Cornflower Blue #649EEA

Color information

#649EEA (or 0x649EEA) is unknown color: approx Cornflower Blue. HEX triplet: 64, 9E and EA. RGB value is (100,158,234). Sum of RGB (Red+Green+Blue) = 100+158+234=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #649EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEA is #9B6115. Grayscale: #949494. Windows color (decimal): -10182934 or 15375972. OLE color: 15375972.

HSL color Cylindrical-coordinate representation of color #649EEA: hue angle of 214.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649EEA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100158234-
CMYK0.570.3200.08
HSL214.03º76.14%65.49%-
HSV(B)214.03º57.26%91.76%-
XYZ32.3333.182.53-
YUV149.32175.7892.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=20.33%
G=32.11%
B=47.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1001582340.570.3200.08214.0376.1465.49
Hex649EEA392008d64c41
Octal1442363527140010326114101
Binary11001001001111011101010111001100000010001101011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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