Html Css Color HEX #649FEE Cornflower Blue

📋 copy color: '#649FEE'

red 100 ◦ green 159 ◦ blue 238

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

Shades of Cornflower Blue #649FEE

Tints of Cornflower Blue #649FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 20.12%
G = 31.99%
B = 47.89%

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

#649FEE (or 0x649FEE) is known color: Cornflower Blue. HEX triplet: 64, 9F and EE. RGB value is (100,159,238). Sum of RGB (Red+Green+Blue) = 100+159+238=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #649FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEE is #9B6011. Grayscale: #959595. Windows color (decimal): -10182674 or 15638372. OLE color: 15638372.

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

Color convert

RGB 100 159 238 -
CMYK 0.58 0.33 0 0.07
HSL 214.35º 0.8% 0.66% -
HSV(B) 214.35º 0.58% 0.93% -
XYZ 33.09 33.68 85.65 -
YUV 150.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 100 159 238 0.58 0.33 0 0.07 214.35 0.8 0.66
Hex 64 9F EE 3A 21 0 7 D6 50 42
Octal 144 237 356 72 41 0 7 326 120 102
Binary 1100100 10011111 11101110 111010 100001 0 111 11010110 1010000 1000010

Color Harmonies of #649FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FEE

Black with #649FEE

Text Example


Text Example

White with #649FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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