Html Css Color HEX #649FEF Cornflower Blue

📋 copy color: '#649FEF'

red 100 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #649FEF

Tints of Cornflower Blue #649FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.93%

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

R = 20.08%
G = 31.93%
B = 47.99%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#649FEF (or 0x649FEF) is known color: Cornflower Blue. HEX triplet: 64, 9F and EF. RGB value is (100,159,239). Sum of RGB (Red+Green+Blue) = 100+159+239=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #649FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEF is #9B6010. Grayscale: #969696. Windows color (decimal): -10182673 or 15703908. OLE color: 15703908.

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

Color convert

RGB 100 159 239 -
CMYK 0.58 0.33 0 0.06
HSL 214.53º 0.81% 0.66% -
HSV(B) 214.53º 0.58% 0.94% -
XYZ 33.23 33.74 86.42 -
YUV 150.48 177.95 92 -
System Red Green Blue C M Y K H S L
Decimal 100 159 239 0.58 0.33 0 0.06 214.53 0.81 0.66
Hex 64 9F EF 3A 21 0 6 D7 51 42
Octal 144 237 357 72 41 0 6 327 121 102
Binary 1100100 10011111 11101111 111010 100001 0 110 11010111 1010001 1000010

Color Harmonies of #649FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FEF

Black with #649FEF

Text Example


Text Example

White with #649FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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