Html Css Color HEX #6495EC Cornflower Blue

📋 copy color: '#6495EC'

red 100 ◦ green 149 ◦ blue 236

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

Shades of Cornflower Blue #6495EC

Tints of Cornflower Blue #6495EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 20.62%
G = 30.72%
B = 48.66%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6495EC (or 0x6495EC) is known color: Cornflower Blue. HEX triplet: 64, 95 and EC. RGB value is (100,149,236). Sum of RGB (Red+Green+Blue) = 100+149+236=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #6495EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6495EC is #9B6A13. Grayscale: #8F8F8F. Windows color (decimal): -10185236 or 15504740. OLE color: 15504740.

HSL color Cylindrical-coordinate representation of color #6495EC: hue angle of 218.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6495EC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 149 236 -
CMYK 0.58 0.37 0 0.07
HSL 218.38º 0.78% 0.66% -
HSV(B) 218.38º 0.58% 0.93% -
XYZ 31.14 30.26 83.56 -
YUV 144.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 100 149 236 0.58 0.37 0 0.07 218.38 0.78 0.66
Hex 64 95 EC 3A 25 0 7 DA 4E 42
Octal 144 225 354 72 45 0 7 332 116 102
Binary 1100100 10010101 11101100 111010 100101 0 111 11011010 1001110 1000010

Color Harmonies of #6495EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495EC

Black with #6495EC

Text Example


Text Example

White with #6495EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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