Html Css Color HEX #64A4FF Cornflower Blue

📋 copy color: '#64A4FF'

red 100 ◦ green 164 ◦ blue 255

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

Shades of Cornflower Blue #64A4FF

Tints of Cornflower Blue #64A4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.6%

 BLUE value IS 255 (100% from 255) = 49.13%

R = 19.27%
G = 31.6%
B = 49.13%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64A4FF (or 0x64A4FF) is known color: Cornflower Blue. HEX triplet: 64, A4 and FF. RGB value is (100,164,255). Sum of RGB (Red+Green+Blue) = 100+164+255=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #64A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A4FF is #9B5B00. Grayscale: #9A9A9A. Windows color (decimal): -10181377 or 16753764. OLE color: 16753764.

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

Color convert

RGB 100 164 255 -
CMYK 0.61 0.36 0 0
HSL 215.23º 1% 0.7% -
HSV(B) 215.23º 0.61% 1% -
XYZ 36.58 36.48 99.72 -
YUV 155.24 184.3 88.6 -
System Red Green Blue C M Y K H S L
Decimal 100 164 255 0.61 0.36 0 0 215.23 1 0.7
Hex 64 A4 FF 3D 24 0 0 D7 64 46
Octal 144 244 377 75 44 0 0 327 144 106
Binary 1100100 10100100 11111111 111101 100100 0 0 11010111 1100100 1000110

Color Harmonies of #64A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A4FF

Black with #64A4FF

Text Example


Text Example

White with #64A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,164,255); }

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

background-color css

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

 a { background-color: rgb(100,164,255); }

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

border-color css

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

 span { border-color: rgb(100,164,255); }

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