Html Css Color HEX #6499EC Cornflower Blue

📋 copy color: '#6499EC'

red 100 ◦ green 153 ◦ blue 236

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

Shades of Cornflower Blue #6499EC

Tints of Cornflower Blue #6499EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

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

R = 20.45%
G = 31.29%
B = 48.26%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6499EC (or 0x6499EC) is known color: Cornflower Blue. HEX triplet: 64, 99 and EC. RGB value is (100,153,236). Sum of RGB (Red+Green+Blue) = 100+153+236=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6499EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6499EC is #9B6613. Grayscale: #929292. Windows color (decimal): -10184212 or 15505764. OLE color: 15505764.

HSL color Cylindrical-coordinate representation of color #6499EC: hue angle of 216.62º 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 #6499EC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 153 236 -
CMYK 0.58 0.35 0 0.07
HSL 216.62º 0.78% 0.66% -
HSV(B) 216.62º 0.58% 0.93% -
XYZ 31.79 31.55 83.77 -
YUV 146.62 178.44 94.75 -
System Red Green Blue C M Y K H S L
Decimal 100 153 236 0.58 0.35 0 0.07 216.62 0.78 0.66
Hex 64 99 EC 3A 23 0 7 D9 4E 42
Octal 144 231 354 72 43 0 7 331 116 102
Binary 1100100 10011001 11101100 111010 100011 0 111 11011001 1001110 1000010

Color Harmonies of #6499EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499EC

Black with #6499EC

Text Example


Text Example

White with #6499EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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