#648DE7

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

Shades of Cornflower Blue #648DE7

Tints of Cornflower Blue #648DE7

Color information

#648DE7 (or 0x648DE7) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and E7. RGB value is (100,141,231). Sum of RGB (Red+Green+Blue) = 100+141+231=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #648DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DE7 is #9B7218. Grayscale: #8A8A8A. Windows color (decimal): -10187289 or 15175012. OLE color: 15175012.

HSL color Cylindrical-coordinate representation of color #648DE7: hue angle of 221.22º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648DE7 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100141231-
CMYK0.570.3900.09
HSL221.22º73.18%64.9%-
HSV(B)221.22º56.71%90.59%-
XYZ29.227.5379.38-
YUV139179.92100.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 231 (90.62% from 255) = 48.94%
R=21.19%
G=29.87%
B=48.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1001412310.570.3900.09221.2273.1864.9
Hex648DE7392709dd4941
Octal1442153477147011335111101
Binary11001001000110111100111111001100111010011101110110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,141,231); }

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

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

 a { background-color: rgb(100,141,231); }

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

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

 span { border-color: rgb(100,141,231); }

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