Html Css Color HEX #64A3FE Cornflower Blue

📋 copy color: '#64A3FE'

red 100 ◦ green 163 ◦ blue 254

#64A3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #64A3FE

Tints of Cornflower Blue #64A3FE

RGB

 RED value IS 100 (39.45% from 255) = 19.34%

 GREEN value IS 163 (64.06% from 255) = 31.53%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 19.34%
G = 31.53%
B = 49.13%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64A3FE (or 0x64A3FE) is known color: Cornflower Blue. HEX triplet: 64, A3 and FE. RGB value is (100,163,254). Sum of RGB (Red+Green+Blue) = 100+163+254=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A3FE is #9B5C01. Grayscale: #9A9A9A. Windows color (decimal): -10181634 or 16687972. OLE color: 16687972.

HSL color Cylindrical-coordinate representation of color #64A3FE: hue angle of 215.45º 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 #64A3FE is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 163 254 -
CMYK 0.61 0.36 0 0.00
HSL 215.45º 0.99% 0.69% -
HSV(B) 215.45º 0.61% 1% -
XYZ 36.24 36.06 98.82 -
YUV 154.54 184.13 89.1 -
System Red Green Blue C M Y K H S L
Decimal 100 163 254 0.61 0.36 0 0.00 215.45 0.99 0.69
Hex 64 A3 FE 3D 24 0 0 D7 63 45
Octal 144 243 376 75 44 0 0 327 143 105
Binary 1100100 10100011 11111110 111101 100100 0 0 11010111 1100011 1000101

Color Harmonies of #64A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A3FE

Black with #64A3FE

Text Example


Text Example

White with #64A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64A3FE;
 }
 .AnyTagClassName
 {
   color: #64A3FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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