Html Css Color HEX #6495DA Cornflower Blue

📋 copy color: '#6495DA'

red 100 ◦ green 149 ◦ blue 218

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

Shades of Cornflower Blue #6495DA

Tints of Cornflower Blue #6495DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

 BLUE value IS 218 (85.55% from 255) = 46.68%

R = 21.41%
G = 31.91%
B = 46.68%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6495DA (or 0x6495DA) is known color: Cornflower Blue. HEX triplet: 64, 95 and DA. RGB value is (100,149,218). Sum of RGB (Red+Green+Blue) = 100+149+218=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #6495DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495DA is #9B6A25. Grayscale: #8D8D8D. Windows color (decimal): -10185254 or 14325092. OLE color: 14325092.

HSL color Cylindrical-coordinate representation of color #6495DA: hue angle of 215.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6495DA is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 149 218 -
CMYK 0.54 0.32 0 0.15
HSL 215.08º 0.61% 0.62% -
HSV(B) 215.08º 0.54% 0.85% -
XYZ 28.66 29.27 70.47 -
YUV 142.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 100 149 218 0.54 0.32 0 0.15 215.08 0.61 0.62
Hex 64 95 DA 36 20 0 F D7 3D 3E
Octal 144 225 332 66 40 0 17 327 75 76
Binary 1100100 10010101 11011010 110110 100000 0 1111 11010111 111101 111110

Color Harmonies of #6495DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495DA

Black with #6495DA

Text Example


Text Example

White with #6495DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6495DA; }

 p { color: rgb(100,149,218); }

 H1.HeaderClassName
 {
   color: #6495DA;
 }
 .AnyTagClassName
 {
   color: #6495DA;
 }
</style>

background-color css

<style>
 a { background-color: #6495DA; }

 a { background-color: rgb(100,149,218); }

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

border-color css

<style>
 span { border-color: #6495DA; }

 span { border-color: rgb(100,149,218); }

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