#648FF8

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

Shades of Cornflower Blue #648FF8

Tints of Cornflower Blue #648FF8

Color information

#648FF8 (or 0x648FF8) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8F and F8. RGB value is (100,143,248). Sum of RGB (Red+Green+Blue) = 100+143+248=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #648FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FF8 is #9B7007. Grayscale: #8D8D8D. Windows color (decimal): -10186760 or 16289636. OLE color: 16289636.

HSL color Cylindrical-coordinate representation of color #648FF8: hue angle of 222.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648FF8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100143248-
CMYK0.600.4200.03
HSL222.57º91.36%68.24%-
HSV(B)222.57º59.68%97.25%-
XYZ32.0229.1392.74-
YUV142.11187.7597.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.37%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 248 (97.27% from 255) = 50.51%
R=20.37%
G=29.12%
B=50.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001432480.600.4200.03222.5791.3668.24
Hex648FF83C2A03df5b44
Octal144217370745203337133104
Binary110010010001111111110001111001010100111101111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,143,248); }

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

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

 a { background-color: rgb(100,143,248); }

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

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

 span { border-color: rgb(100,143,248); }

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