Html Css Color HEX #6490EF Cornflower Blue

📋 copy color: '#6490EF'

red 100 ◦ green 144 ◦ blue 239

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

Shades of Cornflower Blue #6490EF

Tints of Cornflower Blue #6490EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 20.7%
G = 29.81%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6490EF (or 0x6490EF) is known color: Cornflower Blue. HEX triplet: 64, 90 and EF. RGB value is (100,144,239). Sum of RGB (Red+Green+Blue) = 100+144+239=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #6490EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490EF is #9B6F10. Grayscale: #8D8D8D. Windows color (decimal): -10186513 or 15700068. OLE color: 15700068.

HSL color Cylindrical-coordinate representation of color #6490EF: hue angle of 221.01º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6490EF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 144 239 -
CMYK 0.58 0.40 0 0.06
HSL 221.01º 0.81% 0.66% -
HSV(B) 221.01º 0.58% 0.94% -
XYZ 30.81 28.89 85.61 -
YUV 141.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 100 144 239 0.58 0.40 0 0.06 221.01 0.81 0.66
Hex 64 90 EF 3A 28 0 6 DD 51 42
Octal 144 220 357 72 50 0 6 335 121 102
Binary 1100100 10010000 11101111 111010 101000 0 110 11011101 1010001 1000010

Color Harmonies of #6490EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490EF

Black with #6490EF

Text Example


Text Example

White with #6490EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6490EF; }

 p { color: rgb(100,144,239); }

 H1.HeaderClassName
 {
   color: #6490EF;
 }
 .AnyTagClassName
 {
   color: #6490EF;
 }
</style>

background-color css

<style>
 a { background-color: #6490EF; }

 a { background-color: rgb(100,144,239); }

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

border-color css

<style>
 span { border-color: #6490EF; }

 span { border-color: rgb(100,144,239); }

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