Html Css Color HEX #6499EF Cornflower Blue

📋 copy color: '#6499EF'

red 100 ◦ green 153 ◦ blue 239

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

Shades of Cornflower Blue #6499EF

Tints of Cornflower Blue #6499EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 20.33%
G = 31.1%
B = 48.58%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6499EF (or 0x6499EF) is known color: Cornflower Blue. HEX triplet: 64, 99 and EF. RGB value is (100,153,239). Sum of RGB (Red+Green+Blue) = 100+153+239=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #6499EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6499EF is #9B6610. Grayscale: #929292. Windows color (decimal): -10184209 or 15702372. OLE color: 15702372.

HSL color Cylindrical-coordinate representation of color #6499EF: hue angle of 217.12º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6499EF is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 153 239 -
CMYK 0.58 0.36 0 0.06
HSL 217.12º 0.81% 0.66% -
HSV(B) 217.12º 0.58% 0.94% -
XYZ 32.23 31.72 86.09 -
YUV 146.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 100 153 239 0.58 0.36 0 0.06 217.12 0.81 0.66
Hex 64 99 EF 3A 24 0 6 D9 51 42
Octal 144 231 357 72 44 0 6 331 121 102
Binary 1100100 10011001 11101111 111010 100100 0 110 11011001 1010001 1000010

Color Harmonies of #6499EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499EF

Black with #6499EF

Text Example


Text Example

White with #6499EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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