Html Css Color HEX #6497FF Cornflower Blue

📋 copy color: '#6497FF'

red 100 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #6497FF

Tints of Cornflower Blue #6497FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 19.76%
G = 29.84%
B = 50.4%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6497FF (or 0x6497FF) is known color: Cornflower Blue. HEX triplet: 64, 97 and FF. RGB value is (100,151,255). Sum of RGB (Red+Green+Blue) = 100+151+255=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #6497FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6497FF is #9B6800. Grayscale: #939393. Windows color (decimal): -10184705 or 16750436. OLE color: 16750436.

HSL color Cylindrical-coordinate representation of color #6497FF: hue angle of 220.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6497FF is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 151 255 -
CMYK 0.61 0.41 0 0
HSL 220.26º 1% 0.7% -
HSV(B) 220.26º 0.61% 1% -
XYZ 34.37 32.06 98.98 -
YUV 147.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 100 151 255 0.61 0.41 0 0 220.26 1 0.7
Hex 64 97 FF 3D 29 0 0 DC 64 46
Octal 144 227 377 75 51 0 0 334 144 106
Binary 1100100 10010111 11111111 111101 101001 0 0 11011100 1100100 1000110

Color Harmonies of #6497FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497FF

Black with #6497FF

Text Example


Text Example

White with #6497FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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