#64A6F1

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

Shades of Cornflower Blue #64A6F1

Tints of Cornflower Blue #64A6F1

Color information

#64A6F1 (or 0x64A6F1) is unknown color: approx Cornflower Blue. HEX triplet: 64, A6 and F1. RGB value is (100,166,241). Sum of RGB (Red+Green+Blue) = 100+166+241=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #64A6F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A6F1 is #9B590E. Grayscale: #9A9A9A. Windows color (decimal): -10180879 or 15836772. OLE color: 15836772.

HSL color Cylindrical-coordinate representation of color #64A6F1: hue angle of 211.91º 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 #64A6F1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB100166241-
CMYK0.590.3100.05
HSL211.91º83.43%66.86%-
HSV(B)211.91º58.51%94.51%-
XYZ34.7736.3388.4-
YUV154.82176.6388.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.72%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=19.72%
G=32.74%
B=47.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1001662410.590.3100.05211.9183.4366.86
Hex64A6F13B1F05d45343
Octal144246361733705324123103
Binary110010010100110111100011110111111101011101010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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