#64A1F8

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

Shades of Cornflower Blue #64A1F8

Tints of Cornflower Blue #64A1F8

Color information

#64A1F8 (or 0x64A1F8) is unknown color: approx Cornflower Blue. HEX triplet: 64, A1 and F8. RGB value is (100,161,248). Sum of RGB (Red+Green+Blue) = 100+161+248=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #64A1F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A1F8 is #9B5E07. Grayscale: #989898. Windows color (decimal): -10182152 or 16294244. OLE color: 16294244.

HSL color Cylindrical-coordinate representation of color #64A1F8: hue angle of 215.27º 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 #64A1F8 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100161248-
CMYK0.600.3500.03
HSL215.27º91.36%68.24%-
HSV(B)215.27º59.68%97.25%-
XYZ34.9434.9893.72-
YUV152.68181.7990.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 248 (97.27% from 255) = 48.72%
R=19.65%
G=31.63%
B=48.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1001612480.600.3500.03215.2791.3668.24
Hex64A1F83C2303d75b44
Octal144241370744303327133104
Binary110010010100001111110001111001000110111101011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A1F8; }

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

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

<style>
 a { background-color: #64A1F8; }

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

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

<style>
 span { border-color: #64A1F8; }

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

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