Html Css Color HEX #649BFE Cornflower Blue

📋 copy color: '#649BFE'

red 100 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #649BFE

Tints of Cornflower Blue #649BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 19.65%
G = 30.45%
B = 49.9%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#649BFE (or 0x649BFE) is known color: Cornflower Blue. HEX triplet: 64, 9B and FE. RGB value is (100,155,254). Sum of RGB (Red+Green+Blue) = 100+155+254=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #649BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFE is #9B6401. Grayscale: #959595. Windows color (decimal): -10183682 or 16685924. OLE color: 16685924.

HSL color Cylindrical-coordinate representation of color #649BFE: hue angle of 218.57º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649BFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 155 254 -
CMYK 0.61 0.39 0 0.00
HSL 218.57º 0.99% 0.69% -
HSV(B) 218.57º 0.61% 1% -
XYZ 34.87 33.31 98.36 -
YUV 149.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 100 155 254 0.61 0.39 0 0.00 218.57 0.99 0.69
Hex 64 9B FE 3D 27 0 0 DB 63 45
Octal 144 233 376 75 47 0 0 333 143 105
Binary 1100100 10011011 11111110 111101 100111 0 0 11011011 1100011 1000101

Color Harmonies of #649BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BFE

Black with #649BFE

Text Example


Text Example

White with #649BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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