Html Css Color HEX #6497DF Cornflower Blue

📋 copy color: '#6497DF'

red 100 ◦ green 151 ◦ blue 223

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

Shades of Cornflower Blue #6497DF

Tints of Cornflower Blue #6497DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 21.1%
G = 31.86%
B = 47.05%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6497DF (or 0x6497DF) is known color: Cornflower Blue. HEX triplet: 64, 97 and DF. RGB value is (100,151,223). Sum of RGB (Red+Green+Blue) = 100+151+223=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #6497DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497DF is #9B6820. Grayscale: #8F8F8F. Windows color (decimal): -10184737 or 14653284. OLE color: 14653284.

HSL color Cylindrical-coordinate representation of color #6497DF: hue angle of 215.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6497DF is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 151 223 -
CMYK 0.55 0.32 0 0.13
HSL 215.12º 0.66% 0.63% -
HSV(B) 215.12º 0.55% 0.87% -
XYZ 29.64 30.17 74.07 -
YUV 143.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 100 151 223 0.55 0.32 0 0.13 215.12 0.66 0.63
Hex 64 97 DF 37 20 0 D D7 42 3F
Octal 144 227 337 67 40 0 15 327 102 77
Binary 1100100 10010111 11011111 110111 100000 0 1101 11010111 1000010 111111

Color Harmonies of #6497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497DF

Black with #6497DF

Text Example


Text Example

White with #6497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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