Html Css Color HEX #6491EF Cornflower Blue

📋 copy color: '#6491EF'

red 100 ◦ green 145 ◦ blue 239

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

Shades of Cornflower Blue #6491EF

Tints of Cornflower Blue #6491EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 20.66%
G = 29.96%
B = 49.38%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6491EF (or 0x6491EF) is known color: Cornflower Blue. HEX triplet: 64, 91 and EF. RGB value is (100,145,239). Sum of RGB (Red+Green+Blue) = 100+145+239=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6491EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6491EF is #9B6E10. Grayscale: #8D8D8D. Windows color (decimal): -10186257 or 15700324. OLE color: 15700324.

HSL color Cylindrical-coordinate representation of color #6491EF: hue angle of 220.58º 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 #6491EF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 145 239 -
CMYK 0.58 0.39 0 0.06
HSL 220.58º 0.81% 0.66% -
HSV(B) 220.58º 0.58% 0.94% -
XYZ 30.96 29.19 85.66 -
YUV 142.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 100 145 239 0.58 0.39 0 0.06 220.58 0.81 0.66
Hex 64 91 EF 3A 27 0 6 DD 51 42
Octal 144 221 357 72 47 0 6 335 121 102
Binary 1100100 10010001 11101111 111010 100111 0 110 11011101 1010001 1000010

Color Harmonies of #6491EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6491EF

Black with #6491EF

Text Example


Text Example

White with #6491EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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