Html Css Color HEX #6490F2 Cornflower Blue

📋 copy color: '#6490F2'

red 100 ◦ green 144 ◦ blue 242

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

Shades of Cornflower Blue #6490F2

Tints of Cornflower Blue #6490F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.79%

R = 20.58%
G = 29.63%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6490F2 (or 0x6490F2) is known color: Cornflower Blue. HEX triplet: 64, 90 and F2. RGB value is (100,144,242). Sum of RGB (Red+Green+Blue) = 100+144+242=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #6490F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6490F2 is #9B6F0D. Grayscale: #8D8D8D. Windows color (decimal): -10186510 or 15896676. OLE color: 15896676.

HSL color Cylindrical-coordinate representation of color #6490F2: hue angle of 221.41º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6490F2 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 144 242 -
CMYK 0.59 0.40 0 0.05
HSL 221.41º 0.85% 0.67% -
HSV(B) 221.41º 0.59% 0.95% -
XYZ 31.26 29.07 87.97 -
YUV 142.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 100 144 242 0.59 0.40 0 0.05 221.41 0.85 0.67
Hex 64 90 F2 3B 28 0 5 DD 55 43
Octal 144 220 362 73 50 0 5 335 125 103
Binary 1100100 10010000 11110010 111011 101000 0 101 11011101 1010101 1000011

Color Harmonies of #6490F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6490F2

Black with #6490F2

Text Example


Text Example

White with #6490F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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