#64A1F1

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

Shades of Cornflower Blue #64A1F1

Tints of Cornflower Blue #64A1F1

Color information

#64A1F1 (or 0x64A1F1) is unknown color: approx Cornflower Blue. HEX triplet: 64, A1 and F1. RGB value is (100,161,241). Sum of RGB (Red+Green+Blue) = 100+161+241=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #64A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A1F1 is #9B5E0E. Grayscale: #979797. Windows color (decimal): -10182159 or 15835492. OLE color: 15835492.

HSL color Cylindrical-coordinate representation of color #64A1F1: hue angle of 214.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64A1F1 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100161241-
CMYK0.590.3300.05
HSL214.04º83.43%66.86%-
HSV(B)214.04º58.51%94.51%-
XYZ33.8834.5588.1-
YUV151.88178.2991-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=19.92%
G=32.07%
B=48.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001612410.590.3300.05214.0483.4366.86
Hex64A1F13B2105d65343
Octal144241361734105326123103
Binary1100100101000011111000111101110000101011101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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