Html Css Color HEX #6493D7 Cornflower Blue

📋 copy color: '#6493D7'

red 100 ◦ green 147 ◦ blue 215

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

Shades of Cornflower Blue #6493D7

Tints of Cornflower Blue #6493D7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 21.65%
G = 31.82%
B = 46.54%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6493D7 (or 0x6493D7) is known color: Cornflower Blue. HEX triplet: 64, 93 and D7. RGB value is (100,147,215). Sum of RGB (Red+Green+Blue) = 100+147+215=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 215 - color contains mainly: blue. Hex color #6493D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493D7 is #9B6C28. Grayscale: #8C8C8C. Windows color (decimal): -10185769 or 14127972. OLE color: 14127972.

HSL color Cylindrical-coordinate representation of color #6493D7: hue angle of 215.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6493D7 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 147 215 -
CMYK 0.53 0.32 0 0.16
HSL 215.48º 0.59% 0.62% -
HSV(B) 215.48º 0.53% 0.84% -
XYZ 27.95 28.48 68.31 -
YUV 140.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 100 147 215 0.53 0.32 0 0.16 215.48 0.59 0.62
Hex 64 93 D7 35 20 0 10 D7 3B 3E
Octal 144 223 327 65 40 0 20 327 73 76
Binary 1100100 10010011 11010111 110101 100000 0 10000 11010111 111011 111110

Color Harmonies of #6493D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493D7

Black with #6493D7

Text Example


Text Example

White with #6493D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6493D7; }

 p { color: rgb(100,147,215); }

 H1.HeaderClassName
 {
   color: #6493D7;
 }
 .AnyTagClassName
 {
   color: #6493D7;
 }
</style>

background-color css

<style>
 a { background-color: #6493D7; }

 a { background-color: rgb(100,147,215); }

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

border-color css

<style>
 span { border-color: #6493D7; }

 span { border-color: rgb(100,147,215); }

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