#64A0FE

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

Shades of Cornflower Blue #64A0FE

Tints of Cornflower Blue #64A0FE

Color information

#64A0FE (or 0x64A0FE) is unknown color: approx Cornflower Blue. HEX triplet: 64, A0 and FE. RGB value is (100,160,254). Sum of RGB (Red+Green+Blue) = 100+160+254=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0FE is #9B5F01. Grayscale: #989898. Windows color (decimal): -10182402 or 16687204. OLE color: 16687204.

HSL color Cylindrical-coordinate representation of color #64A0FE: hue angle of 216.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A0FE is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100160254-
CMYK0.610.3700.00
HSL216.62º98.72%69.41%-
HSV(B)216.62º60.63%99.61%-
XYZ35.7235.0198.64-
YUV152.78185.1290.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=19.46%
G=31.13%
B=49.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001602540.610.3700.00216.6298.7269.41
Hex64A0FE3D2500d96345
Octal144240376754500331143105
Binary11001001010000011111110111101100101001101100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,160,254); }

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

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

 a { background-color: rgb(100,160,254); }

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

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

 span { border-color: rgb(100,160,254); }

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