Html Css Color HEX #649FFF Cornflower Blue

📋 copy color: '#649FFF'

red 100 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #649FFF

Tints of Cornflower Blue #649FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.61%

R = 19.46%
G = 30.93%
B = 49.61%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#649FFF (or 0x649FFF) is known color: Cornflower Blue. HEX triplet: 64, 9F and FF. RGB value is (100,159,255). Sum of RGB (Red+Green+Blue) = 100+159+255=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #649FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FFF is #9B6000. Grayscale: #979797. Windows color (decimal): -10182657 or 16752484. OLE color: 16752484.

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

Color convert

RGB 100 159 255 -
CMYK 0.61 0.38 0 0
HSL 217.16º 1% 0.7% -
HSV(B) 217.16º 0.61% 1% -
XYZ 35.7 34.73 99.43 -
YUV 152.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 100 159 255 0.61 0.38 0 0 217.16 1 0.7
Hex 64 9F FF 3D 26 0 0 D9 64 46
Octal 144 237 377 75 46 0 0 331 144 106
Binary 1100100 10011111 11111111 111101 100110 0 0 11011001 1100100 1000110

Color Harmonies of #649FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FFF

Black with #649FFF

Text Example


Text Example

White with #649FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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