Html Css Color HEX #64A4EC Cornflower Blue

📋 copy color: '#64A4EC'

red 100 ◦ green 164 ◦ blue 236

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

Shades of Cornflower Blue #64A4EC

Tints of Cornflower Blue #64A4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 20%
G = 32.8%
B = 47.2%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64A4EC (or 0x64A4EC) is known color: Cornflower Blue. HEX triplet: 64, A4 and EC. RGB value is (100,164,236). Sum of RGB (Red+Green+Blue) = 100+164+236=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #64A4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A4EC is #9B5B13. Grayscale: #989898. Windows color (decimal): -10181396 or 15508580. OLE color: 15508580.

HSL color Cylindrical-coordinate representation of color #64A4EC: hue angle of 211.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A4EC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 164 236 -
CMYK 0.58 0.31 0 0.07
HSL 211.76º 0.78% 0.66% -
HSV(B) 211.76º 0.58% 0.93% -
XYZ 33.67 35.32 84.4 -
YUV 153.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 100 164 236 0.58 0.31 0 0.07 211.76 0.78 0.66
Hex 64 A4 EC 3A 1F 0 7 D4 4E 42
Octal 144 244 354 72 37 0 7 324 116 102
Binary 1100100 10100100 11101100 111010 11111 0 111 11010100 1001110 1000010

Color Harmonies of #64A4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A4EC

Black with #64A4EC

Text Example


Text Example

White with #64A4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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