Html Css Color HEX #6497F6 Cornflower Blue

📋 copy color: '#6497F6'

red 100 ◦ green 151 ◦ blue 246

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

Shades of Cornflower Blue #6497F6

Tints of Cornflower Blue #6497F6

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 246 (96.48% from 255) = 49.5%

R = 20.12%
G = 30.38%
B = 49.5%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6497F6 (or 0x6497F6) is known color: Cornflower Blue. HEX triplet: 64, 97 and F6. RGB value is (100,151,246). Sum of RGB (Red+Green+Blue) = 100+151+246=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #6497F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6497F6 is #9B6809. Grayscale: #929292. Windows color (decimal): -10184714 or 16160612. OLE color: 16160612.

HSL color Cylindrical-coordinate representation of color #6497F6: hue angle of 219.04º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6497F6 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 151 246 -
CMYK 0.59 0.39 0 0.04
HSL 219.04º 0.89% 0.68% -
HSV(B) 219.04º 0.59% 0.96% -
XYZ 32.96 31.5 91.53 -
YUV 146.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 100 151 246 0.59 0.39 0 0.04 219.04 0.89 0.68
Hex 64 97 F6 3B 27 0 4 DB 59 44
Octal 144 227 366 73 47 0 4 333 131 104
Binary 1100100 10010111 11110110 111011 100111 0 100 11011011 1011001 1000100

Color Harmonies of #6497F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497F6

Black with #6497F6

Text Example


Text Example

White with #6497F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6497F6; }

 p { color: rgb(100,151,246); }

 H1.HeaderClassName
 {
   color: #6497F6;
 }
 .AnyTagClassName
 {
   color: #6497F6;
 }
</style>

background-color css

<style>
 a { background-color: #6497F6; }

 a { background-color: rgb(100,151,246); }

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

border-color css

<style>
 span { border-color: #6497F6; }

 span { border-color: rgb(100,151,246); }

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