Html Css Color HEX #649BEF Cornflower Blue

📋 copy color: '#649BEF'

red 100 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #649BEF

Tints of Cornflower Blue #649BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 20.24%
G = 31.38%
B = 48.38%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#649BEF (or 0x649BEF) is known color: Cornflower Blue. HEX triplet: 64, 9B and EF. RGB value is (100,155,239). Sum of RGB (Red+Green+Blue) = 100+155+239=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #649BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BEF is #9B6410. Grayscale: #939393. Windows color (decimal): -10183697 or 15702884. OLE color: 15702884.

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

Color convert

RGB 100 155 239 -
CMYK 0.58 0.35 0 0.06
HSL 216.26º 0.81% 0.66% -
HSV(B) 216.26º 0.58% 0.94% -
XYZ 32.56 32.38 86.2 -
YUV 148.13 179.28 93.67 -
System Red Green Blue C M Y K H S L
Decimal 100 155 239 0.58 0.35 0 0.06 216.26 0.81 0.66
Hex 64 9B EF 3A 23 0 6 D8 51 42
Octal 144 233 357 72 43 0 6 330 121 102
Binary 1100100 10011011 11101111 111010 100011 0 110 11011000 1010001 1000010

Color Harmonies of #649BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BEF

Black with #649BEF

Text Example


Text Example

White with #649BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649BEF; }

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

 H1.HeaderClassName
 {
   color: #649BEF;
 }
 .AnyTagClassName
 {
   color: #649BEF;
 }
</style>

background-color css

<style>
 a { background-color: #649BEF; }

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

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

border-color css

<style>
 span { border-color: #649BEF; }

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

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