#648EFF

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

Shades of Cornflower Blue #648EFF

Tints of Cornflower Blue #648EFF

Color information

#648EFF (or 0x648EFF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8E and FF. RGB value is (100,142,255). Sum of RGB (Red+Green+Blue) = 100+142+255=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #648EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EFF is #9B7100. Grayscale: #8D8D8D. Windows color (decimal): -10187009 or 16748132. OLE color: 16748132.

HSL color Cylindrical-coordinate representation of color #648EFF: hue angle of 223.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648EFF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB100142255-
CMYK0.610.4400
HSL223.74º100%69.61%-
HSV(B)223.74º60.78%100%-
XYZ32.9829.2898.52-
YUV142.32191.5997.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.12%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 51.31%
R=20.12%
G=28.57%
B=51.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1001422550.610.4400223.7410069.61
Hex648EFF3D2C00e06446
Octal144216377755400340144106
Binary11001001000111011111111111101101100001110000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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