#648EE3

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

Shades of Cornflower Blue #648EE3

Tints of Cornflower Blue #648EE3

Color information

#648EE3 (or 0x648EE3) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8E and E3. RGB value is (100,142,227). Sum of RGB (Red+Green+Blue) = 100+142+227=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #648EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EE3 is #9B711C. Grayscale: #8A8A8A. Windows color (decimal): -10187037 or 14913124. OLE color: 14913124.

HSL color Cylindrical-coordinate representation of color #648EE3: hue angle of 220.16º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648EE3 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB100142227-
CMYK0.560.3700.11
HSL220.16º69.4%64.12%-
HSV(B)220.16º55.95%89.02%-
XYZ28.7927.676.48-
YUV139.13177.59100.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 142 (55.86% from 255) = 30.28%
BLUE value IS 227 (89.06% from 255) = 48.40%
R=21.32%
G=30.28%
B=48.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1001422270.560.3700.11220.1669.464.12
Hex648EE338250Bdc4540
Octal1442163437045013334105100
Binary11001001000111011100011111000100101010111101110010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648EE3; }

 p { color: rgb(100,142,227); }

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

<style>
 a { background-color: #648EE3; }

 a { background-color: rgb(100,142,227); }

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

<style>
 span { border-color: #648EE3; }

 span { border-color: rgb(100,142,227); }

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