Html Css Color HEX #6490EB Cornflower Blue

📋 copy color: '#6490EB'

red 100 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #6490EB

Tints of Cornflower Blue #6490EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 20.88%
G = 30.06%
B = 49.06%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6490EB (or 0x6490EB) is known color: Cornflower Blue. HEX triplet: 64, 90 and EB. RGB value is (100,144,235). Sum of RGB (Red+Green+Blue) = 100+144+235=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #6490EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490EB is #9B6F14. Grayscale: #8C8C8C. Windows color (decimal): -10186517 or 15437924. OLE color: 15437924.

HSL color Cylindrical-coordinate representation of color #6490EB: hue angle of 220.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6490EB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 144 235 -
CMYK 0.57 0.39 0 0.08
HSL 220.44º 0.77% 0.66% -
HSV(B) 220.44º 0.57% 0.92% -
XYZ 30.22 28.65 82.54 -
YUV 141.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 100 144 235 0.57 0.39 0 0.08 220.44 0.77 0.66
Hex 64 90 EB 39 27 0 8 DC 4D 42
Octal 144 220 353 71 47 0 10 334 115 102
Binary 1100100 10010000 11101011 111001 100111 0 1000 11011100 1001101 1000010

Color Harmonies of #6490EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490EB

Black with #6490EB

Text Example


Text Example

White with #6490EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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