Html Css Color HEX #649FEC Cornflower Blue

📋 copy color: '#649FEC'

red 100 ◦ green 159 ◦ blue 236

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

Shades of Cornflower Blue #649FEC

Tints of Cornflower Blue #649FEC

RGB

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

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

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

R = 20.2%
G = 32.12%
B = 47.68%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#649FEC (or 0x649FEC) is known color: Cornflower Blue. HEX triplet: 64, 9F and EC. RGB value is (100,159,236). Sum of RGB (Red+Green+Blue) = 100+159+236=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #649FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEC is #9B6013. Grayscale: #959595. Windows color (decimal): -10182676 or 15507300. OLE color: 15507300.

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

Color convert

RGB 100 159 236 -
CMYK 0.58 0.33 0 0.07
HSL 213.97º 0.78% 0.66% -
HSV(B) 213.97º 0.58% 0.93% -
XYZ 32.79 33.56 84.11 -
YUV 150.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 100 159 236 0.58 0.33 0 0.07 213.97 0.78 0.66
Hex 64 9F EC 3A 21 0 7 D6 4E 42
Octal 144 237 354 72 41 0 7 326 116 102
Binary 1100100 10011111 11101100 111010 100001 0 111 11010110 1001110 1000010

Color Harmonies of #649FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FEC

Black with #649FEC

Text Example


Text Example

White with #649FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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