#648DE9

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

Shades of Cornflower Blue #648DE9

Tints of Cornflower Blue #648DE9

Color information

#648DE9 (or 0x648DE9) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8D and E9. RGB value is (100,141,233). Sum of RGB (Red+Green+Blue) = 100+141+233=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #648DE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648DE9 is #9B7216. Grayscale: #8A8A8A. Windows color (decimal): -10187287 or 15306084. OLE color: 15306084.

HSL color Cylindrical-coordinate representation of color #648DE9: hue angle of 221.5º degrees, saturation: 0.75, 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 #648DE9 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB100141233-
CMYK0.570.3900.09
HSL221.5º75.14%65.29%-
HSV(B)221.5º57.08%91.37%-
XYZ29.4927.6480.87-
YUV139.23180.92100.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 233 (91.41% from 255) = 49.16%
R=21.10%
G=29.75%
B=49.16%

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
Decimal1001412330.570.3900.09221.575.1465.29
Hex648DE9392709de4b41
Octal1442153517147011336113101
Binary11001001000110111101001111001100111010011101111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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