Html Css Color HEX #6490EA Cornflower Blue

📋 copy color: '#6490EA'

red 100 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #6490EA

Tints of Cornflower Blue #6490EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 20.92%
G = 30.13%
B = 48.95%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6490EA (or 0x6490EA) is known color: Cornflower Blue. HEX triplet: 64, 90 and EA. RGB value is (100,144,234). Sum of RGB (Red+Green+Blue) = 100+144+234=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #6490EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490EA is #9B6F15. Grayscale: #8C8C8C. Windows color (decimal): -10186518 or 15372388. OLE color: 15372388.

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

Color convert

RGB 100 144 234 -
CMYK 0.57 0.38 0 0.08
HSL 220.3º 0.76% 0.65% -
HSV(B) 220.3º 0.57% 0.92% -
XYZ 30.08 28.6 81.78 -
YUV 141.1 180.42 98.68 -
System Red Green Blue C M Y K H S L
Decimal 100 144 234 0.57 0.38 0 0.08 220.3 0.76 0.65
Hex 64 90 EA 39 26 0 8 DC 4C 41
Octal 144 220 352 71 46 0 10 334 114 101
Binary 1100100 10010000 11101010 111001 100110 0 1000 11011100 1001100 1000001

Color Harmonies of #6490EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490EA

Black with #6490EA

Text Example


Text Example

White with #6490EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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