Html Css Color HEX #6490FE Cornflower Blue

📋 copy color: '#6490FE'

red 100 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #6490FE

Tints of Cornflower Blue #6490FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51%

R = 20.08%
G = 28.92%
B = 51%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6490FE (or 0x6490FE) is known color: Cornflower Blue. HEX triplet: 64, 90 and FE. RGB value is (100,144,254). Sum of RGB (Red+Green+Blue) = 100+144+254=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #6490FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490FE is #9B6F01. Grayscale: #8E8E8E. Windows color (decimal): -10186498 or 16683108. OLE color: 16683108.

HSL color Cylindrical-coordinate representation of color #6490FE: hue angle of 222.86º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6490FE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 144 254 -
CMYK 0.61 0.43 0 0.00
HSL 222.86º 0.99% 0.69% -
HSV(B) 222.86º 0.61% 1% -
XYZ 33.12 29.81 97.77 -
YUV 143.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 100 144 254 0.61 0.43 0 0.00 222.86 0.99 0.69
Hex 64 90 FE 3D 2B 0 0 DF 63 45
Octal 144 220 376 75 53 0 0 337 143 105
Binary 1100100 10010000 11111110 111101 101011 0 0 11011111 1100011 1000101

Color Harmonies of #6490FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490FE

Black with #6490FE

Text Example


Text Example

White with #6490FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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